mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
No more quick smash and grabs with display cases
This commit is contained in:
@@ -209,6 +209,7 @@
|
|||||||
new /obj/machinery/constructable_frame/machine_frame(T)
|
new /obj/machinery/constructable_frame/machine_frame(T)
|
||||||
del(src)
|
del(src)
|
||||||
if(user.a_intent == "hurt")
|
if(user.a_intent == "hurt")
|
||||||
|
user.changeNext_move(10)
|
||||||
src.health -= W.force
|
src.health -= W.force
|
||||||
src.healthcheck()
|
src.healthcheck()
|
||||||
..()
|
..()
|
||||||
@@ -238,6 +239,7 @@
|
|||||||
update_icon()
|
update_icon()
|
||||||
else
|
else
|
||||||
if(user.a_intent == "hurt")
|
if(user.a_intent == "hurt")
|
||||||
|
user.changeNext_move(10)
|
||||||
user.visible_message("\red [user.name] kicks \the [src]!", \
|
user.visible_message("\red [user.name] kicks \the [src]!", \
|
||||||
"\red You kick \the [src]!", \
|
"\red You kick \the [src]!", \
|
||||||
"You hear glass crack.")
|
"You hear glass crack.")
|
||||||
|
|||||||
Reference in New Issue
Block a user