mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Chem implantcase attackby now checks for implant
This commit is contained in:
@@ -59,4 +59,10 @@
|
||||
|
||||
/obj/item/weapon/implantcase/chem/New()
|
||||
imp = new /obj/item/weapon/implant/chem(src)
|
||||
..()
|
||||
..()
|
||||
|
||||
/obj/item/weapon/implantcase/chem/attackby(obj/item/weapon/W, mob/user, params)
|
||||
if(imp)
|
||||
imp.attackby(W, user, params)
|
||||
else
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user