mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] cleans up INIT (#10164)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
a71b34b7e0
commit
e4f07e43f3
@@ -126,7 +126,7 @@
|
||||
drop_sound = 'sound/items/drop/device.ogg' //not organic bones, so they get different sounds
|
||||
pickup_sound = 'sound/items/pickup/device.ogg'
|
||||
|
||||
/obj/item/digestion_remains/Initialize(var/mapload, var/mob/living/pred, var/mob/living/prey) //CHOMPEdit
|
||||
/obj/item/digestion_remains/Initialize(mapload, var/mob/living/pred, var/mob/living/prey) //CHOMPEdit
|
||||
. = ..()
|
||||
if(!mapload)
|
||||
pred_ckey = pred?.ckey
|
||||
|
||||
@@ -902,8 +902,8 @@
|
||||
slot_r_hand_str = 'icons/vore/custom_items_right_hand_vr.dmi',
|
||||
)
|
||||
|
||||
/obj/item/material/twohanded/fluff/Initialize(var/newloc)
|
||||
. = ..(newloc," ") //See materials_vr_dmi for more information as to why this is a blank space.
|
||||
/obj/item/material/twohanded/fluff/Initialize(mapload)
|
||||
. = ..(mapload," ") //See materials_vr_dmi for more information as to why this is a blank space.
|
||||
|
||||
//jacknoir413:Areax Third
|
||||
/obj/item/melee/baton/fluff/stunstaff
|
||||
|
||||
Reference in New Issue
Block a user