mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 23:01:17 +00:00
oh woopse.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
var/list/mining_overlay_cache = list()
|
||||
|
||||
/**********************Mineral deposits**************************/
|
||||
/turf/unsimulated/icerock
|
||||
name = "impassable rock"
|
||||
@@ -44,7 +42,7 @@ var/list/mining_overlay_cache = list()
|
||||
|
||||
/turf/simulated/icerock/floor
|
||||
name = "ice"
|
||||
icon = 'icons/turf/outdoors'
|
||||
icon = 'icons/turf/outdoors.dmi'
|
||||
icon_state = "ice"
|
||||
density = 0
|
||||
opacity = 0
|
||||
@@ -149,7 +147,7 @@ var/list/mining_overlay_cache = list()
|
||||
//We are an ice floor
|
||||
else
|
||||
name = "ice"
|
||||
icon = 'icons/turf/outdoors'
|
||||
icon = 'icons/turf/outdoors.dmi'
|
||||
icon_state = "ice"
|
||||
|
||||
if(ice_dug)
|
||||
|
||||
@@ -113,13 +113,13 @@
|
||||
/area/tether/surfacebase/mining_main/lobby
|
||||
name = "\improper Mining Lobby"
|
||||
|
||||
// Mining Underdark
|
||||
// Mining Underdark // ???? Fix this.
|
||||
/area/mine/unexplored/underdark
|
||||
name = "\improper Mining Underdark"
|
||||
base_turf = /turf/simulated/mineral/floor/lythios43c
|
||||
base_turf = /turf/simulated/icerock/floor/lythios43c
|
||||
/area/mine/explored/underdark
|
||||
name = "\improper Mining Underdark"
|
||||
base_turf = /turf/simulated/mineral/floor/lythios43c
|
||||
base_turf = /turf/simulated/icerock/floor/lythios43c
|
||||
|
||||
// Mining outpost areas
|
||||
/area/outpost/mining_main/passage
|
||||
|
||||
Reference in New Issue
Block a user