mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
if(SSquirks?.initialized)
|
||||
// And yes we need to clean all the quirk datums every time
|
||||
mannequin.cleanse_quirk_datums()
|
||||
for(var/quirk_name as anything in all_quirks)
|
||||
for(var/quirk_name in all_quirks)
|
||||
var/datum/quirk/quirk_type = SSquirks.quirks[quirk_name]
|
||||
if(!(initial(quirk_type.quirk_flags) & QUIRK_CHANGES_APPEARANCE))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user