mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Parrots no longer hold items they don't have. (#24682)
* Parrots no longer hold items they don't have. * Whoops.
This commit is contained in:
@@ -284,6 +284,10 @@
|
||||
/mob/living/simple_animal/parrot/Life(seconds, times_fired)
|
||||
..()
|
||||
|
||||
if(held_item?.loc != src)
|
||||
held_item = null
|
||||
update_held_icon()
|
||||
|
||||
//Sprite and AI update for when a parrot gets pulled
|
||||
if(pulledby && stat == CONSCIOUS)
|
||||
icon_state = "parrot_fly"
|
||||
|
||||
Reference in New Issue
Block a user