fixed 3 UOD bugs

This commit is contained in:
unknown
2019-12-11 18:46:42 -05:00
parent 1029bf7e7a
commit efb2d3cd5c
3 changed files with 3 additions and 0 deletions
@@ -104,6 +104,7 @@
icon_opened = "toolclosetopen"
/obj/structure/closet/toolcloset/New()
..()
if(prob(40))
new /obj/item/clothing/suit/storage/hazardvest(src)
if(prob(70))
@@ -8,6 +8,7 @@
max_integrity = 120
var/image/nest_overlay
comfort = 0
flags = NODECONSTRUCT
/obj/structure/bed/nest/New()
nest_overlay = image('icons/mob/alien.dmi', "nestoverlay", layer=MOB_LAYER - 0.2)