Merge pull request #13700 from farie82/armor-fixes

Fixes magic missing as armor value and safe codes not having armor
This commit is contained in:
Fox McCloud
2020-06-26 20:14:08 -04:00
committed by GitHub
2 changed files with 16 additions and 12 deletions
+1
View File
@@ -373,6 +373,7 @@ GLOBAL_LIST_EMPTY(safes)
info = "<div style='text-align:center;'><img src='ntlogo.png'><center><h3>Safe Codes</h3></center>"
/obj/item/paper/safe_code/Initialize(mapload)
..()
return INITIALIZE_HINT_LATELOAD
/obj/item/paper/safe_code/LateInitialize(mapload)