mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Adds to implantcase.dm instead.
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
/obj/item/implantcase/chem
|
||||
name = "implant case - 'Remote Chemical'"
|
||||
desc = "A glass case containing a remote chemical implant."
|
||||
container_type = OPENCONTAINER | INJECTABLE | DRAWABLE
|
||||
|
||||
/obj/item/implantcase/chem/New()
|
||||
imp = new /obj/item/implant/chem(src)
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
throw_range = 5
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
origin_tech = "materials=1;biotech=2"
|
||||
container_type = OPENCONTAINER | INJECTABLE | DRAWABLE
|
||||
materials = list(MAT_GLASS=500)
|
||||
var/obj/item/implant/imp = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user