mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fix runtime with brains and throwmode
This commit is contained in:
@@ -252,10 +252,12 @@
|
|||||||
|
|
||||||
/mob/living/carbon/proc/throw_mode_off()
|
/mob/living/carbon/proc/throw_mode_off()
|
||||||
src.in_throw_mode = 0
|
src.in_throw_mode = 0
|
||||||
|
if(src.throw_icon) //in case we don't have the HUD and we use the hotkey
|
||||||
src.throw_icon.icon_state = "act_throw_off"
|
src.throw_icon.icon_state = "act_throw_off"
|
||||||
|
|
||||||
/mob/living/carbon/proc/throw_mode_on()
|
/mob/living/carbon/proc/throw_mode_on()
|
||||||
src.in_throw_mode = 1
|
src.in_throw_mode = 1
|
||||||
|
if(src.throw_icon)
|
||||||
src.throw_icon.icon_state = "act_throw_on"
|
src.throw_icon.icon_state = "act_throw_on"
|
||||||
|
|
||||||
/mob/proc/throw_item(atom/target)
|
/mob/proc/throw_item(atom/target)
|
||||||
|
|||||||
Reference in New Issue
Block a user