Files
Paradise/code/datums/event_structures.dm
Venuska1117 d6c266a058 Add new Admin Structures (Templates for Events) (#21909)
* 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
2023-08-21 19:51:55 +01:00

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"