mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Bunny ears, clown+security+medical backpacks, and skirt added.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@803 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
/obj/item/clothing/head/rabbitears
|
||||
name = "rabbitears"
|
||||
desc = "The ears from a bunny"
|
||||
icon_state = "bunny"
|
||||
flags = FPRINT | TABLEPASS | HEADSPACE
|
||||
|
||||
/obj/item/clothing/under/blackskirt
|
||||
name = "Black skirt"
|
||||
desc = "A black skirt"
|
||||
icon_state = "blackskirt"
|
||||
color = "blackskirt"
|
||||
|
||||
/obj/item/clothing/shoes/red
|
||||
name = "red shoes"
|
||||
icon_state = "red"
|
||||
|
||||
@@ -22,27 +22,39 @@
|
||||
flags = 259.0
|
||||
|
||||
/obj/item/weapon/storage/pill_bottle
|
||||
name = "Pill bottle"
|
||||
name = "pill bottle"
|
||||
icon_state = "pill_canister"
|
||||
icon = 'chemical.dmi'
|
||||
item_state = "contsolid"
|
||||
can_hold = list("/obj/item/weapon/reagent_containers/pill")
|
||||
|
||||
/obj/item/weapon/storage/box
|
||||
name = "Box"
|
||||
name = "box"
|
||||
icon_state = "box"
|
||||
item_state = "syringe_kit"
|
||||
|
||||
/obj/item/weapon/storage/pillbottlebox
|
||||
name = "Pill Bottles"
|
||||
name = "pill bottles"
|
||||
icon_state = "box"
|
||||
item_state = "syringe_kit"
|
||||
|
||||
/obj/item/weapon/storage/blankbox
|
||||
name = "Blank Shells"
|
||||
name = "blank shells"
|
||||
icon_state = "box"
|
||||
item_state = "syringe_kit"
|
||||
|
||||
/obj/item/weapon/storage/backpack/clown
|
||||
name = "Giggles Von Honkerton"
|
||||
icon_state = "clownpack"
|
||||
|
||||
/obj/item/weapon/storage/backpack/medic
|
||||
name = "medic's backpack"
|
||||
icon_state = "medicalpack"
|
||||
|
||||
/obj/item/weapon/storage/backpack/security
|
||||
name = "security backpack"
|
||||
icon_state = "securitypack"
|
||||
|
||||
/obj/item/weapon/storage/briefcase
|
||||
name = "briefcase"
|
||||
icon_state = "briefcase"
|
||||
@@ -53,7 +65,7 @@
|
||||
w_class = 4.0
|
||||
|
||||
/obj/item/weapon/storage/disk_kit
|
||||
name = "Data Disks"
|
||||
name = "data disks"
|
||||
icon_state = "id"
|
||||
item_state = "syringe_kit"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user