Merge branch 'master' into expgun2

This commit is contained in:
Aronai Sieyes
2018-02-08 01:13:05 -05:00
committed by GitHub
229 changed files with 45677 additions and 1270 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ var/global/repository/radiation/radiation_repository = new()
else if(O.density) //So open doors don't get counted
var/material/M = O.get_material()
if(!M) continue
cached_rad_resistance += M.weight
cached_rad_resistance += M.radiation_resistance
// Looks like storing the contents length is meant to be a basic check if the cache is stale due to items enter/exiting. Better than nothing so I'm leaving it as is. ~Leshana
radiation_repository.resistance_cache[src] = (length(contents) + 1)
+2 -2
View File
@@ -330,8 +330,8 @@
access = access_cmo
/datum/supply_packs/med/defib
name = "Defibrilator crate"
name = "Defibrillator crate"
contains = list(/obj/item/device/defib_kit = 2)
cost = 30
containertype = /obj/structure/closet/crate/medical
containername = "Defibrilator crate"
containername = "Defibrillator crate"