[MIRROR] handle the datum new for vorespawn (#10537)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-27 01:02:36 -07:00
committed by GitHub
parent 66c52bca68
commit 7ad101eca9
4 changed files with 11 additions and 11 deletions

View File

@@ -123,3 +123,11 @@ var/global/list/latejoin_tram = list()
/datum/spawnpoint/vore/pred
display_name = "Vorespawn - Pred"
msg = "has arrived on the station"
/datum/spawnpoint/vore/itemtf
display_name = "Item TF spawn"
msg = "has arrived on the station"
/datum/spawnpoint/vore/New()
..()
turfs = latejoin

View File

@@ -228,8 +228,8 @@
icon_state = "debris"
w_class = ITEMSIZE_NORMAL
/obj/item/debris_pack/Initialize(mapload, list/matter)
matter = matter.Copy()
/obj/item/debris_pack/Initialize(mapload, list/matter_init)
matter = matter_init.Copy()
. = ..()
/obj/item/material_dust

View File

@@ -173,7 +173,7 @@
var/style = pick(styles)
icon_state = style
item_state = style
..()
. = ..()
/obj/item/paper/cracker_joke
name = "joke"

View File

@@ -7,14 +7,6 @@
..()
turfs = GLOB.latejoin_gatewaystation
/datum/spawnpoint/vore/itemtf
display_name = "Item TF spawn"
msg = "has arrived on the station"
/datum/spawnpoint/vore/New()
..()
turfs = latejoin
/datum/spawnpoint/plainspath
display_name = "Sif plains"
msg = "has checked in at the plains gate"