Merge pull request #30624 from ShizCalev/autosurgeon-tk
Fixes TK implanting yourself with an autosurgeon
This commit is contained in:
committed by
CitadelStationBot
parent
eeadba6f18
commit
9341846304
@@ -38,6 +38,9 @@
|
||||
if(!uses)
|
||||
desc = "[initial(desc)] Looks like it's been used up."
|
||||
|
||||
/obj/item/device/autosurgeon/attack_self_tk(mob/user)
|
||||
return //stops TK fuckery
|
||||
|
||||
/obj/item/device/autosurgeon/attackby(obj/item/I, mob/user, params)
|
||||
if(istype(I, organ_type))
|
||||
if(storedorgan)
|
||||
|
||||
Reference in New Issue
Block a user