mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] handle the datum new for vorespawn (#10537)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
66c52bca68
commit
7ad101eca9
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
var/style = pick(styles)
|
||||
icon_state = style
|
||||
item_state = style
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/item/paper/cracker_joke
|
||||
name = "joke"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user