This commit is contained in:
MrMelbert
2020-08-04 15:01:09 -05:00
parent 11c026946c
commit 3f6e6ef5b4
5 changed files with 30 additions and 7 deletions
+2 -1
View File
@@ -190,7 +190,8 @@
if (!Adjacent(user))
return
if (user.a_intent == INTENT_HELP)
user.examinate(src)
if(!user.is_blind())
user.examinate(src)
return
user.visible_message("<span class='danger'>[user] kicks the display case.</span>", null, null, COMBAT_MESSAGE_RANGE)
log_combat(user, src, "kicks")