mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Merge pull request #4978 from Krausus/UhOhImSlowingDownAlternateAppearanceCodeAgain
Actually Fixes Those Stupid Plants (By Fixing Alternate Appearances)
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
following_mobs = null
|
||||
if(buckled)
|
||||
buckled.unbuckle_mob()
|
||||
if(viewing_alternate_appearances)
|
||||
for(var/datum/alternate_appearance/AA in viewing_alternate_appearances)
|
||||
AA.viewers -= src
|
||||
viewing_alternate_appearances = null
|
||||
return ..()
|
||||
|
||||
/mob/New()
|
||||
|
||||
Reference in New Issue
Block a user