mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Medical Taperolls + Tape Improvements (#10782)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user