mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
[MIRROR] Multi Bugfix (#12824)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
0bfbc28d10
commit
3eabaa37be
@@ -365,6 +365,7 @@
|
||||
H.resize(sizemult, FALSE)
|
||||
H.appearance_flags = aflags
|
||||
H.weight = weight
|
||||
H.changeling_locked = changeling_locked
|
||||
if(speciesname)
|
||||
H.custom_species = speciesname
|
||||
|
||||
|
||||
@@ -514,6 +514,9 @@
|
||||
if(occupant.mind.antag_holder)
|
||||
occupant.mind.antag_holder.apply_antags(occupant)
|
||||
|
||||
if(occupant.changeling_locked || occupant.mind.antag_holder.changeling)
|
||||
occupant.make_changeling()
|
||||
|
||||
if(original_occupant)
|
||||
occupant = original_occupant
|
||||
|
||||
|
||||
Reference in New Issue
Block a user