mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Add adminload Spa map, tweaks
Add a Spa map, mostly to use for events. Tweak teleporter to work better with adminloaded templates and things like that.
This commit is contained in:
26
maps/tether/submaps/admin_use/fun.dm
Normal file
26
maps/tether/submaps/admin_use/fun.dm
Normal file
@@ -0,0 +1,26 @@
|
||||
/area/submap/spa
|
||||
name = "\improper Space Spa"
|
||||
requires_power = 0
|
||||
dynamic_lighting = 0
|
||||
|
||||
|
||||
|
||||
|
||||
// NEVER EVER use these on an actual included map.
|
||||
// These are for admins to use when they make quick maps and upload the .dmm files for loading
|
||||
// during a round. They're just generic areas so they can use them and have them exist without
|
||||
// using real map areas.
|
||||
/area/submap/admin_upload
|
||||
name = "\improper Unknown Area AU" //Nobody will know what this means if they see it, anyway.
|
||||
requires_power = 1
|
||||
dynamic_lighting = 1
|
||||
/area/submap/admin_upload/pow
|
||||
name = "\improper Unknown Area AU+P"
|
||||
requires_power = 0
|
||||
/area/submap/admin_upload/lit
|
||||
name = "\improper Unknown Area AU+L"
|
||||
dynamic_lighting = 0
|
||||
/area/submap/admin_upload/powlit
|
||||
name = "\improper Unknown Area AU+PL"
|
||||
requires_power = 0
|
||||
dynamic_lighting = 0
|
||||
2747
maps/tether/submaps/admin_use/spa.dmm
Normal file
2747
maps/tether/submaps/admin_use/spa.dmm
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user