mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
move all EOL comments on typepath names to dmdoc (#23928)
* move all EOL comments on typepath names to dmdoc * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
Luc
S34N
parent
25996e232a
commit
0667f20681
@@ -77,7 +77,8 @@
|
||||
name = "Mining Station Cafeteria"
|
||||
icon_state = "mining_living"
|
||||
|
||||
/area/lavaland/surface/outdoors/outpost/catwalk //subtype of /surface so storms hit there
|
||||
/// subtype of /surface so storms hit there
|
||||
/area/lavaland/surface/outdoors/outpost/catwalk
|
||||
name = "Mining Station Catwalk"
|
||||
icon_state = "mining"
|
||||
|
||||
@@ -89,7 +90,8 @@
|
||||
name = "Mining Station Custodial Storage"
|
||||
icon_state = "janitor"
|
||||
|
||||
/area/mine/outpost/engineering // basically engi and atmos combined. I'm keeping it as "engineering" code wise, but "Life Support" sounds cooler in-game
|
||||
/// basically engi and atmos combined. I'm keeping it as "engineering" code wise, but "Life Support" sounds cooler in-game
|
||||
/area/mine/outpost/engineering
|
||||
name = "Mining Station Life Support"
|
||||
icon_state = "engi"
|
||||
|
||||
@@ -184,10 +186,12 @@
|
||||
name = "Lavaland Wastes"
|
||||
outdoors = TRUE
|
||||
|
||||
/area/lavaland/surface/outdoors/unexplored //monsters and ruins spawn here
|
||||
/// monsters and ruins spawn here
|
||||
/area/lavaland/surface/outdoors/unexplored
|
||||
icon_state = "unexplored"
|
||||
|
||||
/area/lavaland/surface/outdoors/unexplored/danger //megafauna will also spawn here
|
||||
/// megafauna will also spawn here
|
||||
/area/lavaland/surface/outdoors/unexplored/danger
|
||||
icon_state = "danger"
|
||||
|
||||
/area/lavaland/surface/outdoors/explored
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Asteroids
|
||||
|
||||
/area/asteroid // -- TLE
|
||||
/// -- TLE
|
||||
/area/asteroid
|
||||
name = "\improper Asteroid"
|
||||
icon_state = "asteroid"
|
||||
requires_power = FALSE
|
||||
@@ -11,7 +12,8 @@
|
||||
min_ambience_cooldown = 70 SECONDS
|
||||
max_ambience_cooldown = 220 SECONDS
|
||||
|
||||
/area/asteroid/cave // -- TLE
|
||||
/// -- TLE
|
||||
/area/asteroid/cave
|
||||
name = "\improper Asteroid - Underground"
|
||||
icon_state = "cave"
|
||||
requires_power = FALSE
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
name = "Unknown"
|
||||
icon_state = "storage"
|
||||
|
||||
/area/start // will be unused once kurper gets his login interface patch done
|
||||
/// will be unused once kurper gets his login interface patch done
|
||||
/area/start
|
||||
name = "start area"
|
||||
icon_state = "start"
|
||||
requires_power = FALSE
|
||||
|
||||
@@ -89,7 +89,8 @@
|
||||
/area/shuttle/escape_pod3/transit
|
||||
icon_state = "shuttle"
|
||||
|
||||
/area/shuttle/escape_pod5 //Pod 4 was lost to meteors
|
||||
/// Pod 4 was lost to meteors
|
||||
/area/shuttle/escape_pod5
|
||||
name = "\improper Escape Pod Five"
|
||||
nad_allowed = TRUE
|
||||
|
||||
|
||||
@@ -165,7 +165,8 @@
|
||||
name = "\improper Fore Starboard Solar Maintenance"
|
||||
icon_state = "FSctrl"
|
||||
|
||||
/area/station/maintenance/assembly_line //Derelict Assembly Line
|
||||
/// Derelict Assembly Line
|
||||
/area/station/maintenance/assembly_line
|
||||
name = "\improper Assembly Line"
|
||||
icon_state = "ass_line"
|
||||
apc_starts_off = TRUE
|
||||
|
||||
Reference in New Issue
Block a user