From 16a9b2109f4bfc14c331cd94e7a0affed11e79f7 Mon Sep 17 00:00:00 2001 From: caelaislinn Date: Sat, 23 Jun 2012 11:43:02 +1000 Subject: [PATCH] anomaly tweaks and fixes Signed-off-by: caelaislinn --- code/modules/mining/mine_turfs.dm | 4 ++-- maps/tgstation.2.0.8.dmm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mining/mine_turfs.dm b/code/modules/mining/mine_turfs.dm index c29e9f120c..f555b44338 100644 --- a/code/modules/mining/mine_turfs.dm +++ b/code/modules/mining/mine_turfs.dm @@ -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 diff --git a/maps/tgstation.2.0.8.dmm b/maps/tgstation.2.0.8.dmm index 73bb40d76f..53a5af3100 100755 --- a/maps/tgstation.2.0.8.dmm +++ b/maps/tgstation.2.0.8.dmm @@ -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)