Skip to content

Commit

Permalink
Keeps spessmen from getting stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster committed Mar 22, 2024
1 parent ca1f2bf commit b2af25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/obj/item/storage/small_storage_parent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

/obj/item/storage/box/starter // the one you get in your backpack
icon_state = "emergbox"
spawn_contents = list(/obj/item/clothing/mask/breath, /obj/item/tank/emergency_oxygen)
spawn_contents = list(/obj/item/clothing/mask/breath, /obj/item/tank/emergency_oxygen, /obj/item/rcd)
make_my_stuff(onlyMaskAndOxygen)
..()
if (prob(15) || ticker?.round_elapsed_ticks > 20 MINUTES && !onlyMaskAndOxygen) //aaaaaa
Expand Down

0 comments on commit b2af25f

Please sign in to comment.