mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Forgot to add new files.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@523 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/obj/closet/firecloset/New()
|
||||
..()
|
||||
|
||||
if (prob (1))
|
||||
del(src)
|
||||
return
|
||||
|
||||
switch (pickweight(list("extinguisher" = 50, "toolbox" = 30, "nothing" = 20)))
|
||||
if ("extinguisher")
|
||||
new /obj/item/weapon/extinguisher(src)
|
||||
if ("toolbox")
|
||||
new /obj/item/weapon/storage/toolbox/emergency(src)
|
||||
|
||||
if (prob (30))
|
||||
new /obj/item/clothing/mask/breath(src)
|
||||
|
||||
if (prob (30))
|
||||
new /obj/item/weapon/tank/emergency_oxygen(src)
|
||||
|
||||
if (prob (10))
|
||||
new /obj/item/clothing/suit/fire(src)
|
||||
Reference in New Issue
Block a user