mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 11:11:52 +00:00
* Adding Event Ruins/structures * Adding new stuff * Rename .txt file - Added 2 structures for now, they are admin_event structures. * .info * Sorting... * Add Event Structures to Map Template - Place * removed file. * Add paper and pens to sanbox - change map description for sandbox * Add Paper and pen's * Fixed spelling - Requested by Henri215
16 lines
765 B
Plaintext
16 lines
765 B
Plaintext
/datum/map_template/event
|
|
var/event_id //remember of putting "|Event|" at beginning of event_id.
|
|
var/description
|
|
|
|
/datum/map_template/event/splashscreen_empty
|
|
name = "Splashscreen Empty"
|
|
event_id = "|Event| Splashscreen Empty"
|
|
description = "Empty starting area, good for custom admin game-join screen or admin foolery."
|
|
mappath = "_maps/map_files/EventStructures/splashscreen_empty.dmm"
|
|
|
|
/datum/map_template/event/splashscreen_sandbox
|
|
name = "Splashscreen Sandbox"
|
|
event_id = "|Event| Splashscreen Sandbox"
|
|
description = "Pre-made starting area that contains a respawner, make sure to use the ghost beacon. It has all the basic sandbox tools necessary for your ants to create colony."
|
|
mappath = "_maps/map_files/EventStructures/splashscreen_sandbox.dmm"
|