techwebs and stuff i forgot

i am not a 1 commit  wonder
This commit is contained in:
lolman360
2019-10-08 20:02:26 +11:00
parent 04521551f0
commit 2709570f01
4 changed files with 31 additions and 60 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
//fix eyes
/datum/surgery_step/fix_eyes
name = "fix eyes"
implements = listTOOL_HEMOSTAT = 100, TOOL_SCREWDRIVER = 45, /obj/item/pen = 25)
implements = list(TOOL_HEMOSTAT = 100, TOOL_SCREWDRIVER = 45, /obj/item/pen = 25)
time = 64
/datum/surgery/eye_surgery/can_start(mob/user, mob/living/carbon/target)
var/obj/item/organ/eyes/E = target.getorganslot(ORGAN_SLOT_EYES)