Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
fix (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameArrow57 authored Mar 25, 2022
1 parent 04a532e commit f24b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/mob/living/critter/flockcritter_parent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
if(src.decal)
qdel(src.decal)
if(F.flock)
F.flock.unreserveTurf(target, F.real_name)
F.flock.unreserveTurf(F.real_name)

onEnd()
..()
Expand Down

0 comments on commit f24b332

Please sign in to comment.