mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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
|
/datum/spawnpoint/vore/pred
|
||||||
display_name = "Vorespawn - Pred"
|
display_name = "Vorespawn - Pred"
|
||||||
msg = "has arrived on the station"
|
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"
|
icon_state = "debris"
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
|
|
||||||
/obj/item/debris_pack/Initialize(mapload, list/matter)
|
/obj/item/debris_pack/Initialize(mapload, list/matter_init)
|
||||||
matter = matter.Copy()
|
matter = matter_init.Copy()
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|
||||||
/obj/item/material_dust
|
/obj/item/material_dust
|
||||||
|
|||||||
@@ -173,7 +173,7 @@
|
|||||||
var/style = pick(styles)
|
var/style = pick(styles)
|
||||||
icon_state = style
|
icon_state = style
|
||||||
item_state = style
|
item_state = style
|
||||||
..()
|
. = ..()
|
||||||
|
|
||||||
/obj/item/paper/cracker_joke
|
/obj/item/paper/cracker_joke
|
||||||
name = "joke"
|
name = "joke"
|
||||||
|
|||||||
@@ -7,14 +7,6 @@
|
|||||||
..()
|
..()
|
||||||
turfs = GLOB.latejoin_gatewaystation
|
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
|
/datum/spawnpoint/plainspath
|
||||||
display_name = "Sif plains"
|
display_name = "Sif plains"
|
||||||
msg = "has checked in at the plains gate"
|
msg = "has checked in at the plains gate"
|
||||||
|
|||||||
Reference in New Issue
Block a user