This commit is contained in:
Aurorablade
2016-02-22 23:38:45 -05:00
parent d861d86edd
commit 64d8354ec5
4 changed files with 15 additions and 12 deletions
+3
View File
@@ -160,6 +160,9 @@
"You start putting \the [tool] inside [target]'s [get_cavity(affected)] cavity." )
else if(IC)
user.visible_message("[user] checks for items in [target]'s [target_zone].", "<span class='notice'>You check for items in [target]'s [target_zone]...</span>")
else //no internal items..but we still need a message!
user.visible_message("[user] checks for items in [target]'s [target_zone].", "<span class='notice'>You check for items in [target]'s [target_zone]...</span>")
target.custom_pain("The pain in your [target_zone] is living hell!",1)
..()