This commit is contained in:
Tim
2020-03-16 18:05:33 +01:00
parent d80fc64315
commit 818643440d
3 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -484,8 +484,8 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb
/obj/item/proc/ui_action_click(mob/user, actiontype)
attack_self(user)
/obj/item/proc/IsReflect(var/def_zone) //This proc determines if and at what% an object will reflect energy projectiles if it's in l_hand,r_hand or wear_suit
return 0
/obj/item/proc/IsReflect(var/def_zone) //This proc determines if and at what an object will reflect energy projectiles if it's in l_hand,r_hand or wear_suit
return FALSE
/obj/item/proc/eyestab(mob/living/carbon/M, mob/living/carbon/user)