mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] some more NEW to init (#10148)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a8ea2f9062
commit
fe69ddd909
@@ -36,9 +36,9 @@
|
||||
wearer.custom_pain("Your hands hurt like hell!",1)
|
||||
wearer = null
|
||||
|
||||
/obj/item/clothing/gloves/regen/New()
|
||||
/obj/item/clothing/gloves/regen/Initialize(mapload)
|
||||
. = ..()
|
||||
START_PROCESSING(SSobj, src)
|
||||
..()
|
||||
|
||||
/obj/item/clothing/gloves/regen/Destroy()
|
||||
wearer = null
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
name = "hypo belt"
|
||||
desc = "A medical belt designed to carry autoinjectors and other medical equipment."
|
||||
|
||||
/obj/item/storage/belt/medical/technomancer/New()
|
||||
/obj/item/storage/belt/medical/technomancer/Initialize(mapload)
|
||||
new /obj/item/reagent_containers/hypospray/autoinjector/biginjector/brute(src)
|
||||
new /obj/item/reagent_containers/hypospray/autoinjector/biginjector/burn(src)
|
||||
new /obj/item/reagent_containers/hypospray/autoinjector/biginjector/toxin(src)
|
||||
@@ -117,7 +117,7 @@
|
||||
new /obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain(src)
|
||||
new /obj/item/reagent_containers/hypospray/autoinjector/biginjector/organ(src)
|
||||
new /obj/item/reagent_containers/hypospray/autoinjector/biginjector/combat(src)
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/datum/technomancer/equipment/belt_of_holding
|
||||
name = "Belt of Holding"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
aspect = null
|
||||
var/glow_color = "#FFFFFF"
|
||||
|
||||
/obj/item/spell/aura/New()
|
||||
..()
|
||||
/obj/item/spell/aura/Initialize(mapload)
|
||||
. = ..()
|
||||
set_light(calculate_spell_power(7), calculate_spell_power(4), l_color = glow_color)
|
||||
START_PROCESSING(SSobj, src)
|
||||
log_and_message_admins("has started casting [src].")
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
var/list/things_to_siphon = list() //Things which are actually drained as a result of the above not being null.
|
||||
var/flow_rate = 1000 // Limits how much electricity can be drained per second. Measured by default in god knows what.
|
||||
|
||||
/obj/item/spell/energy_siphon/New()
|
||||
..()
|
||||
/obj/item/spell/energy_siphon/Initialize(mapload)
|
||||
. = ..()
|
||||
START_PROCESSING(SSobj, src)
|
||||
|
||||
/obj/item/spell/energy_siphon/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user