mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] Converts many proc overrides to properly use list/modifiers, lots of other smaller things (#3433)
* Converts many proc overrides to properly use list/modifiers, lots of other smaller things * Update human_defense.dm Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
LemonInTheDark
Gandalf2k15
parent
6f01502b33
commit
43febe3145
@@ -26,7 +26,7 @@
|
||||
. += "<span class='notice'>Ctrl-Click to remove an inserted core.</span>"
|
||||
. += "<span class='notice'>Click with an empty hand to gather information about the required radius of an inserted core. Insert a ready TTV to start the implosion process if a core is inserted.</span>"
|
||||
|
||||
/obj/machinery/research/explosive_compressor/attack_hand(mob/living/user)
|
||||
/obj/machinery/research/explosive_compressor/attack_hand(mob/living/user, list/modifiers)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
|
||||
@@ -56,7 +56,7 @@ Slimecrossing Armor
|
||||
set_light_color(newcolor)
|
||||
set_light(5)
|
||||
|
||||
/obj/structure/light_prism/attack_hand(mob/user)
|
||||
/obj/structure/light_prism/attack_hand(mob/user, list/modifiers)
|
||||
to_chat(user, "<span class='notice'>You dispel [src].</span>")
|
||||
qdel(src)
|
||||
|
||||
@@ -109,7 +109,7 @@ Slimecrossing Armor
|
||||
throw_speed = 1
|
||||
throw_range = 3
|
||||
|
||||
/obj/item/clothing/head/peaceflower/attack_hand(mob/user)
|
||||
/obj/item/clothing/head/peaceflower/attack_hand(mob/user, list/modifiers)
|
||||
if(iscarbon(user))
|
||||
var/mob/living/carbon/C = user
|
||||
if(src == C.head)
|
||||
|
||||
Reference in New Issue
Block a user