mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
Remove fake intent var
This commit is contained in:
@@ -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>")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user