mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Added boxes of pill bottles to the Chemistry Locker.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@257 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
icon_state = "box"
|
||||
item_state = "syringe_kit"
|
||||
|
||||
/obj/item/weapon/storage/pillbottlebox
|
||||
name = "Pill Bottles"
|
||||
icon_state = "box"
|
||||
item_state = "syringe_kit"
|
||||
|
||||
/obj/item/weapon/storage/blankbox
|
||||
name = "Blank Shells"
|
||||
icon_state = "box"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
/obj/secure_closet/chemtoxin/New()
|
||||
..()
|
||||
sleep(2)
|
||||
new /obj/item/weapon/storage/pillbottlebox(src)
|
||||
new /obj/item/weapon/storage/pillbottlebox(src)
|
||||
return
|
||||
@@ -177,6 +177,17 @@
|
||||
..()
|
||||
return
|
||||
|
||||
/obj/item/weapon/storage/pillbottlebox/New()
|
||||
new /obj/item/weapon/storage/pill_bottle( src )
|
||||
new /obj/item/weapon/storage/pill_bottle( src )
|
||||
new /obj/item/weapon/storage/pill_bottle( src )
|
||||
new /obj/item/weapon/storage/pill_bottle( src )
|
||||
new /obj/item/weapon/storage/pill_bottle( src )
|
||||
new /obj/item/weapon/storage/pill_bottle( src )
|
||||
new /obj/item/weapon/storage/pill_bottle( src )
|
||||
..()
|
||||
return
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/obj/item/weapon/storage/utilitybelt/proc/can_use()
|
||||
|
||||
@@ -416,6 +416,7 @@
|
||||
#include "code\game\objects\closets\secure\bar.dm"
|
||||
#include "code\game\objects\closets\secure\brig.dm"
|
||||
#include "code\game\objects\closets\secure\captain.dm"
|
||||
#include "code\game\objects\closets\secure\chemlocker.dm"
|
||||
#include "code\game\objects\closets\secure\courtroom.dm"
|
||||
#include "code\game\objects\closets\secure\engineering.dm"
|
||||
#include "code\game\objects\closets\secure\medical.dm"
|
||||
|
||||
Reference in New Issue
Block a user