mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Some runtime fixes for the med data computer and hopefully the mule cart.
Fixes issue 526. MMI-Mech issues MMIs can now change intent. There's no feedback, but they can at least function properly now in mechs. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5098 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -356,7 +356,7 @@ var/list/intents = list("help","disarm","grab","hurt")
|
||||
set name = "a-intent"
|
||||
set hidden = 1
|
||||
|
||||
if(ishuman(src) || istype(src,/mob/living/carbon/alien/humanoid))
|
||||
if(ishuman(src) || isalienadult(src) || isbrain(src))
|
||||
switch(input)
|
||||
if("help","disarm","grab","hurt")
|
||||
a_intent = input
|
||||
|
||||
Reference in New Issue
Block a user