mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
updatepaths run
maybe i should try building
This commit is contained in:
@@ -2970,7 +2970,7 @@
|
||||
/turf/open/floor/iron/terracotta/small,
|
||||
/area/ruin/space/has_grav/bubbers/persistance/service/dorms/engineering)
|
||||
"gh" = (
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/effect/turf_decal/siding/wood{
|
||||
dir = 1
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
/area/centcom/central_command_areas/ferry)
|
||||
"ce" = (
|
||||
/obj/machinery/airalarm/directional/east,
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/ferry)
|
||||
@@ -366,7 +366,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/ferry)
|
||||
"Is" = (
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/ferry)
|
||||
|
||||
@@ -17277,7 +17277,7 @@
|
||||
/turf/open/floor/plating/reinforced,
|
||||
/area/ruin/space/has_grav/bubbers/persistance/engineering/atmospherics)
|
||||
"Iv" = (
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/effect/turf_decal/siding/wood{
|
||||
dir = 1
|
||||
},
|
||||
|
||||
@@ -17457,7 +17457,7 @@
|
||||
"blN" = (
|
||||
/obj/structure/window/reinforced/spawner/directional/west,
|
||||
/obj/structure/window/reinforced/spawner/directional/east,
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/turf/open/floor/glass/reinforced,
|
||||
/area/station/command/bridge)
|
||||
"blQ" = (
|
||||
@@ -44071,7 +44071,7 @@
|
||||
},
|
||||
/area/station/security/prison/safe)
|
||||
"fSb" = (
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/machinery/power/apc/auto_name/directional/south,
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/iron/dark/textured_large,
|
||||
|
||||
@@ -21197,7 +21197,7 @@
|
||||
/obj/structure/railing{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/turf/open/floor/iron/smooth,
|
||||
/area/station/cargo/sorting)
|
||||
@@ -49664,7 +49664,7 @@
|
||||
c_tag = "Cargo - Office";
|
||||
name = "cargo camera"
|
||||
},
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
|
||||
@@ -2676,7 +2676,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/station/commons/storage/primary)
|
||||
"aSM" = (
|
||||
/obj/structure/filingcabinet/filingcabinet,
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/machinery/camera/directional/north{
|
||||
c_tag = "Cargo - Shipping Office"
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
// SKYRAT EDIT START - ASHWALKER TROPHIES
|
||||
var/datum/status_effect/ashwalker_damage/ashie_damage = target.has_status_effect(/datum/status_effect/ashwalker_damage) // SKYRAT EDIT ADDITION
|
||||
var/damage_total = damage?.total_damage + ashie_damage?.total_damage // SKYRAT EDIT ADDITION
|
||||
if(damage && prob((damage.damage_total/target.maxHealth) * drop_mod)) //on average, you'll need to kill 4 creatures before getting the item. by default.
|
||||
if(damage && prob((damage_total/target.maxHealth) * drop_mod)) //on average, you'll need to kill 4 creatures before getting the item. by default.
|
||||
// SKYRAT EDIT END - ASHWALKER TROPHIES
|
||||
if(!islist(trophy_type))
|
||||
make_path(target, trophy_type)
|
||||
|
||||
Reference in New Issue
Block a user