Remove fake intent var

This commit is contained in:
Aronai Sieyes
2021-06-09 13:35:58 -04:00
parent 480e759f99
commit c18529e034
3 changed files with 2 additions and 3 deletions
@@ -56,7 +56,7 @@
var/feeding_delay = 30 SECONDS // How long do we have to wait to bite our host's organs?
var/last_feeding = 0
intent = I_HELP
a_intent = I_HELP
holder_type = /obj/item/weapon/holder/leech
@@ -121,7 +121,7 @@
var/obj/item/clothing/head/newhat = H.get_active_hand()
H.drop_from_inventory(newhat, get_turf(src))
if(!stat)
intent = I_HELP
a_intent = I_HELP
newhat.attack_hand(src)
else if(src.get_active_hand())
to_chat(user, "<span class='notice'>\The [src] seems busy with \the [get_active_hand()] already!</span>")
-1
View File
@@ -110,7 +110,6 @@
var/stunned = 0.0
var/weakened = 0.0
var/losebreath = 0.0//Carbon
var/intent = null//Living
var/shakecamera = 0
var/a_intent = I_HELP//Living
var/m_int = null//Living