This commit is contained in:
lolman360
2020-07-18 16:03:32 +10:00
committed by GitHub
parent 94c6ec9963
commit 0e38e1ff39
+5
View File
@@ -26,6 +26,11 @@ RSF
/obj/item/rsf/cyborg
matter = 30
/obj/item/rsf/cyborg/Initialize()
if(matter > 30)
matter = 30
..()
/obj/item/rsf/attackby(obj/item/W, mob/user, params)
if(istype(W, /obj/item/rcd_ammo))
if((matter + 10) > 30)