mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
fix slime core injecting not working
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
origin_tech = "biotech=4"
|
origin_tech = "biotech=4"
|
||||||
var/Uses = 1 // uses before it goes inert
|
var/Uses = 1 // uses before it goes inert
|
||||||
var/enhanced = 0 //has it been enhanced before?
|
var/enhanced = 0 //has it been enhanced before?
|
||||||
|
flags = OPENCONTAINER
|
||||||
|
|
||||||
attackby(obj/item/O as obj, mob/user as mob)
|
attackby(obj/item/O as obj, mob/user as mob)
|
||||||
if(istype(O, /obj/item/weapon/slimesteroid2))
|
if(istype(O, /obj/item/weapon/slimesteroid2))
|
||||||
|
|||||||
Reference in New Issue
Block a user