mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
Merge pull request #1664 from VOREStation/aro-fluffloss
Remove a bunch of my fluff items
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
body_parts_covered = UPPER_TORSO|ARMS
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
siemens_coefficient = 0.9
|
||||
flags_inv = HIDEHOLSTER //VOREStation Add - These obviously do.
|
||||
allowed = list(/obj/item/weapon/tank/emergency/oxygen,/obj/item/device/flashlight,/obj/item/weapon/pen,/obj/item/clothing/head/soft,/obj/item/clothing/head/beret,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/weapon/flame/lighter,/obj/item/device/taperecorder,/obj/item/device/analyzer,/obj/item/device/radio,/obj/item/taperoll)
|
||||
|
||||
/obj/item/clothing/suit/storage/service/expeditionary
|
||||
|
||||
@@ -163,15 +163,17 @@
|
||||
|
||||
New()
|
||||
..() //Might look like a lot... but all small items.
|
||||
/*
|
||||
new /obj/item/weapon/reagent_containers/hypospray/vr/fluff/aronai(src)
|
||||
new /obj/item/weapon/reagent_containers/glass/beaker/vial/vr/fluff/aro_st(src)
|
||||
new /obj/item/weapon/reagent_containers/glass/beaker/vial/vr/fluff/aro_bt(src)
|
||||
new /obj/item/weapon/reagent_containers/glass/beaker/vial/vr/fluff/aro_bu(src)
|
||||
new /obj/item/weapon/reagent_containers/glass/beaker/vial/vr/fluff/aro_tx(src)
|
||||
*/
|
||||
//Centcom stuff and permit
|
||||
new /obj/item/weapon/card/id/centcom/fluff/aronai(src)
|
||||
new /obj/item/fluff/permit/aronai_kadigan(src)
|
||||
new /obj/item/clothing/glasses/omnihud/med/fluff/aronai(src)
|
||||
//new /obj/item/clothing/glasses/omnihud/med/fluff/aronai(src)
|
||||
//Gun and holster
|
||||
new /obj/item/weapon/gun/energy/netgun(src)
|
||||
new /obj/item/clothing/accessory/holster(src)
|
||||
|
||||
Reference in New Issue
Block a user