Bugfix for #401
This commit is contained in:
Meowykins
2015-02-24 02:19:03 -06:00
parent 3c10938352
commit adb06297a4
3 changed files with 12 additions and 17 deletions
@@ -66,12 +66,11 @@
var/mob/living/carbon/H = over_object
if(!istype(H)) return ..()
if(in_range(usr, src))
if(H.a_intent == "help")
get_scooped(H)
return
if(H.a_intent == "help")
get_scooped(H)
return
else
return ..()
//RUNTIME IS ALIVE! SQUEEEEEEEE~
/mob/living/simple_animal/cat/Runtime
@@ -22,9 +22,7 @@
var/mob/living/carbon/H = over_object
if(!istype(H)) return ..()
if(H.a_intent == "help")
get_scooped(H)
return
else
return ..()
if(in_range(usr, src))
if(H.a_intent == "help")
get_scooped(H)
return
@@ -114,12 +114,10 @@
var/mob/living/carbon/H = over_object
if(!istype(H)) return ..()
if(H.a_intent == "help")
get_scooped(H)
return
else
return ..()
if(in_range(usr, src))
if(H.a_intent == "help")
get_scooped(H)
return
/*
* Mouse types