Medical Taperolls + Tape Improvements (#10782)

This commit is contained in:
Geeves
2020-12-17 21:38:06 +01:00
committed by GitHub
parent 49d47f0fbc
commit ffbc0b6ee9
31 changed files with 125 additions and 58 deletions
+2 -2
View File
@@ -63,7 +63,7 @@
..()
if(ishuman(am))
var/mob/living/carbon/human/H = am
if(H.a_intent != I_HELP || H.m_intent == "run")
if(H.a_intent != I_HELP || H.m_intent == M_RUN)
throw_things(H)
else if(H.is_diona() || H.species.get_bodytype() == BODYTYPE_IPC_INDUSTRIAL)
throw_things(H)
@@ -119,7 +119,7 @@
)
if(ishuman(user))
var/mob/living/carbon/human/H = user
if(H.a_intent != I_HELP || H.m_intent == "run")
if(H.a_intent != I_HELP || H.m_intent == M_RUN)
throw_things(H)
else if(H.is_diona() || H.species.get_bodytype() == BODYTYPE_IPC_INDUSTRIAL)
throw_things(H)