Fixes #2920, you should be able to pat mommis again Fixes #2905, vox raider objectives should work properly now. Code required to do it made more simple and shortened immensely

This commit is contained in:
clusterfack
2015-02-10 19:48:23 -06:00
parent ca132db088
commit f0f60d9a91
3 changed files with 35 additions and 118 deletions

View File

@@ -1064,14 +1064,9 @@
user << "You remove \the [broken_device]."
user.put_in_active_hand(broken_device)
if(ishuman(user))
if(istype(user:gloves, /obj/item/clothing/gloves/space_ninja)&&user:gloves:candrain&&!user:gloves:draining)
call(/obj/item/clothing/gloves/space_ninja/proc/drain)("CYBORG",src,user:wear_suit)
return
else
if (user:a_intent == I_HELP)
help_shake_act(user)
return
if (user:a_intent == I_HELP)
help_shake_act(user)
return
/mob/living/silicon/robot/proc/allowed(mob/M)
//check if it doesn't require any access at all