Skip to content

Commit

Permalink
qdel
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Jan 21, 2024
1 parent 8e8d405 commit bf93261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/structures/fruit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
mature = FALSE
icon_state = consumed_icon_state
update_icon()
QDEL_IN(src, 3 SECONDS)
QDEL_IN(src, 1 SECONDS)

/obj/effect/alien/resin/fruit/attack_alien(mob/living/carbon/xenomorph/affected_xeno)
if(picked)
Expand Down

0 comments on commit bf93261

Please sign in to comment.