mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Added two new sprites for cyborgs to choose from. A new medborg one and a new cyborg one.
AI can also choose a new sprite for itself, the Yes-man one. Bodybags are now also added and 3 can be found in medbay. They are not entirely finished yet, but they will serve their purpose. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1874 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -18,6 +18,16 @@
|
||||
density = 1
|
||||
anchored = 0
|
||||
|
||||
/obj/closet/bodybag
|
||||
desc = "It's a bodybag!"
|
||||
name = "Bodybag"
|
||||
icon = 'closet.dmi'
|
||||
icon_state = "bodybag"
|
||||
icon_closed = "bodybag"
|
||||
icon_opened = "bodybag"
|
||||
opened = 0
|
||||
flags = FPRINT
|
||||
|
||||
/obj/closet/gmcloset
|
||||
desc = "A bulky (yet mobile) closet. Comes with formal clothes"
|
||||
name = "Formal closet"
|
||||
|
||||
@@ -82,6 +82,19 @@
|
||||
flags = TABLEPASS
|
||||
w_class = 3.0
|
||||
|
||||
/obj/item/weapon/rsp
|
||||
name = "Rapid-Seed-Producer (RSP)"
|
||||
desc = "A device used to rapidly deploy seeds."
|
||||
icon = 'items.dmi'
|
||||
icon_state = "rcd"
|
||||
opacity = 0
|
||||
density = 0
|
||||
anchored = 0.0
|
||||
var/matter = 0
|
||||
var/mode = 1
|
||||
flags = TABLEPASS
|
||||
w_class = 3.0
|
||||
|
||||
/obj/item/weapon/rcd_ammo
|
||||
name = "Compressed matter cartridge"
|
||||
desc = "Highly compressed matter for the RCD."
|
||||
|
||||
Reference in New Issue
Block a user