move all factions to defines

This commit is contained in:
Kashargul
2024-09-12 20:17:41 +02:00
parent 10dc8510b3
commit 8a3520e2e0
217 changed files with 572 additions and 449 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ GLOBAL_LIST_EMPTY(all_blobs)
var/heal_timestamp = 0 //we got healed when?
var/mob/observer/blob/overmind = null
var/base_name = "blob" // The name that gets appended along with the blob_type's name.
var/faction = "blob"
var/faction = FACTION_BLOB
/obj/structure/blob/Initialize(newloc, new_overmind)
if(new_overmind)
@@ -426,4 +426,4 @@ GLOBAL_LIST_EMPTY(all_blobs)
qdel(src)
/turf/simulated/wall/blob_act()
take_damage(100)
take_damage(100)