anomaly tweaks and fixes

Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
caelaislinn
2012-06-23 11:43:02 +10:00
parent a36a6df1f7
commit 16a9b2109f
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
var/mineralAmt = 0
var/spread = 0 //will the seam spread?
var/spreadChance = 0 //the percentual chance of an ore spreading to the neighbouring tiles
var/artifactChance = 0.1 //percent chance to spawn a xenoarchaelogical artifact
var/artifactChance = 0.3 //percent chance to spawn a xenoarchaelogical artifact
/turf/simulated/mineral/Del()
return
@@ -173,7 +173,7 @@
icon_state = "rock_Archaeo"
mineralName = "Archaeo"
mineralAmt = 3
spreadChance = 30
spreadChance = 25
spread = 1

View File

@@ -3473,7 +3473,7 @@
"boO" = (/turf/simulated/wall/r_wall,/area/maintenance/asmaint2)
"boP" = (/turf/simulated/wall,/area/anomaly)
"boQ" = (/obj/machinery/door/airlock/research{name = "Long Term Storage"; req_access_txt = "30"},/turf/simulated/floor{icon_state = "white"},/area/anomaly)
"boR" = (/obj/structure/table,/obj/item/weapon/anobattery{step_x = -3; step_y = 6},/obj/item/weapon/anobattery,/obj/item/weapon/anobattery{pixel_x = -6; pixel_y = -3},/obj/item/weapon/anobattery{step_x = 6; step_y = 6},/turf/simulated/floor{icon_state = "white"},/area/anomaly)
"boR" = (/obj/structure/table,/obj/item/weapon/anobattery{pixel_x = -3; pixel_y = 6},/obj/item/weapon/anobattery{pixel_x = 3; pixel_y = -3},/obj/item/weapon/anobattery{pixel_x = -6; pixel_y = -3},/obj/item/weapon/anobattery{pixel_x = 6; pixel_y = 6},/turf/simulated/floor{icon_state = "white"},/area/anomaly)
"boS" = (/obj/structure/table,/obj/item/weapon/weldingtool,/obj/item/clothing/head/helmet/welding{pixel_x = -3; pixel_y = 5},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/turf/simulated/floor{icon_state = "white"},/area/anomaly)
"boT" = (/obj/structure/table,/obj/item/weapon/wrench,/obj/item/weapon/storage/toolbox/emergency,/turf/simulated/floor{icon_state = "white"},/area/anomaly)
"boU" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/machinery/status_display{density = 0; layer = 4; supply_display = 1},/turf/simulated/floor/plating,/area/quartermaster/storage)
@@ -3611,7 +3611,7 @@
"brw" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/anomaly)
"brx" = (/obj/structure/rack,/obj/item/clothing/suit/bio_suit/anomaly,/obj/item/clothing/head/bio_hood/anomaly,/obj/item/clothing/gloves/latex,/turf/simulated/floor{dir = 2; icon_state = "warnwhite"; tag = "icon-warnwhite (NORTH)"},/area/anomaly)
"bry" = (/obj/structure/rack,/obj/item/clothing/suit/bio_suit/anomaly,/obj/item/clothing/head/bio_hood/anomaly,/obj/item/clothing/gloves/latex,/obj/machinery/light{dir = 1},/turf/simulated/floor{dir = 2; icon_state = "warnwhite"; tag = "icon-warnwhite (NORTH)"},/area/anomaly)
"brz" = (/obj/structure/noticeboard/anomaly{icon_state = "nboard03"; notices = 3; step_x = -32},/turf/simulated/floor{icon_state = "white"},/area/anomaly)
"brz" = (/obj/structure/noticeboard/anomaly{icon_state = "nboard03"; notices = 3},/turf/simulated/floor{icon_state = "white"},/area/anomaly)
"brA" = (/obj/machinery/atmospherics/unary/vent_pump,/turf/simulated/floor{icon_state = "white"},/area/anomaly)
"brB" = (/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor{dir = 8; icon_state = "warnwhite"},/area/anomaly)
"brC" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/poddoor{density = 1; icon_state = "pdoor1"; id = "QMLoaddoor"; name = "Supply Dock Loading Door"; opacity = 1},/turf/simulated/floor/plating,/area/quartermaster/storage)