mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
move all factions to defines
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user