This commit is contained in:
silicons
2020-07-07 20:48:54 -07:00
parent a738d52740
commit 6ee63f66aa
201 changed files with 309 additions and 325 deletions
@@ -52,7 +52,7 @@
set_light(0)
return ..()
/turf/open/floor/light/attack_hand(mob/user)
/turf/open/floor/light/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
. = ..()
if(.)
return
@@ -149,7 +149,7 @@
if(!.)
honk()
/turf/open/floor/mineral/bananium/attack_hand(mob/user)
/turf/open/floor/mineral/bananium/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)
/turf/open/floor/mineral/uranium/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
.=..()
if(!.)
radiate()
@@ -89,7 +89,7 @@
/turf/open/floor/engine/attack_paw(mob/user)
return attack_hand(user)
/turf/open/floor/engine/attack_hand(mob/user)
/turf/open/floor/engine/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
. = ..()
if(.)
return
@@ -72,7 +72,7 @@
return
return
/turf/closed/wall/mineral/uranium/attack_hand(mob/user)
/turf/closed/wall/mineral/uranium/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
radiate()
. = ..()
+1 -1
View File
@@ -137,7 +137,7 @@
to_chat(user, text("<span class='notice'>You punch the wall.</span>"))
return TRUE
/turf/closed/wall/attack_hand(mob/user)
/turf/closed/wall/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
. = ..()
if(.)
return
+1 -1
View File
@@ -122,7 +122,7 @@
requires_activation = FALSE
..()
/turf/attack_hand(mob/user)
/turf/attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
. = ..()
if(.)
return