:pika:
This commit is contained in:
@@ -52,10 +52,7 @@
|
||||
set_light(0)
|
||||
return ..()
|
||||
|
||||
/turf/open/floor/light/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
/turf/open/floor/light/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
if(!can_modify_colour)
|
||||
return
|
||||
if(!on)
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
if(!.)
|
||||
honk()
|
||||
|
||||
/turf/open/floor/mineral/bananium/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
/turf/open/floor/mineral/bananium/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
.=..()
|
||||
if(!.)
|
||||
honk()
|
||||
@@ -202,7 +202,7 @@
|
||||
if(!.)
|
||||
radiate()
|
||||
|
||||
/turf/open/floor/mineral/uranium/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
/turf/open/floor/mineral/uranium/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
.=..()
|
||||
if(!.)
|
||||
radiate()
|
||||
|
||||
@@ -89,10 +89,7 @@
|
||||
/turf/open/floor/engine/attack_paw(mob/user)
|
||||
return attack_hand(user)
|
||||
|
||||
/turf/open/floor/engine/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
/turf/open/floor/engine/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
user.Move_Pulled(src)
|
||||
|
||||
//air filled floors; used in atmos pressure chambers
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
return
|
||||
return
|
||||
|
||||
/turf/closed/wall/mineral/uranium/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
/turf/closed/wall/mineral/uranium/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
radiate()
|
||||
. = ..()
|
||||
|
||||
|
||||
@@ -136,10 +136,7 @@
|
||||
to_chat(user, text("<span class='notice'>You punch the wall.</span>"))
|
||||
return TRUE
|
||||
|
||||
/turf/closed/wall/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
/turf/closed/wall/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
|
||||
if(!M.CheckActionCooldown(CLICK_CD_MELEE))
|
||||
return
|
||||
to_chat(user, "<span class='notice'>You push the wall but nothing happens!</span>")
|
||||
|
||||
Reference in New Issue
Block a user