mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixes Dreamchecker warnings in the codebase (#17422)
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
var/race = synd_mob.dna.species.name
|
||||
|
||||
switch(race)
|
||||
if("Vox" || "Vox Armalis")
|
||||
if("Vox", "Vox Armalis")
|
||||
synd_mob.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/syndicate(synd_mob), slot_wear_mask)
|
||||
synd_mob.equip_to_slot_or_del(new /obj/item/tank/internals/emergency_oxygen/double/vox(synd_mob), slot_l_hand)
|
||||
synd_mob.internal = synd_mob.l_hand
|
||||
|
||||
Reference in New Issue
Block a user