mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
If H and memes...
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
H.dna.species.handle_hair(H,"#1d2953")
|
||||
H.dna.species.update_color(H,"#1d2953")
|
||||
spawn(20)
|
||||
if(H.dna && H.dna.species)
|
||||
if(H && H.dna && H.dna.species)
|
||||
H.dna.species.handle_mutant_bodyparts(H)
|
||||
H.dna.species.handle_hair(H)
|
||||
H.dna.species.update_color(H)
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
affected_mob.dna.species.handle_hair(affected_mob,"#1d2953")
|
||||
affected_mob.dna.species.update_color(affected_mob,"#1d2953")
|
||||
spawn(100)
|
||||
if(affected_mob.dna && affected_mob.dna.species)
|
||||
if(affected_mob && affected_mob.dna && affected_mob.dna.species)
|
||||
affected_mob.dna.species.handle_mutant_bodyparts(affected_mob)
|
||||
affected_mob.dna.species.handle_hair(affected_mob)
|
||||
affected_mob.dna.species.update_color(affected_mob)
|
||||
|
||||
Reference in New Issue
Block a user