A camera may contain a picture-painting demon

Original patch by Leon Arnott
This commit is contained in:
Pasi Kallinen
2015-04-13 18:54:20 +03:00
parent eba5bf7d5e
commit 6209d458f9
4 changed files with 21 additions and 0 deletions

View File

@@ -741,6 +741,7 @@ int thrown; /* HMON_xxx (0 => hand-to-hand, other => ranged) */
case EXPENSIVE_CAMERA:
You("succeed in destroying %s. Congratulations!",
ysimple_name(obj));
release_camera_demon(obj, u.ux, u.uy);
useup(obj);
return(TRUE);
/*NOTREACHED*/