No more quick smash and grabs with display cases

This commit is contained in:
d3athrow
2014-05-22 09:51:21 -05:00
parent ccf61127f5
commit 0abfa6dd28

View File

@@ -209,6 +209,7 @@
new /obj/machinery/constructable_frame/machine_frame(T)
del(src)
if(user.a_intent == "hurt")
user.changeNext_move(10)
src.health -= W.force
src.healthcheck()
..()
@@ -238,6 +239,7 @@
update_icon()
else
if(user.a_intent == "hurt")
user.changeNext_move(10)
user.visible_message("\red [user.name] kicks \the [src]!", \
"\red You kick \the [src]!", \
"You hear glass crack.")