mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
[MIRROR] Mouse army faction fix (#12127)
Co-authored-by: FluffMedic <109300046+FluffMedic@users.noreply.github.com>
This commit is contained in:
co-authored by
FluffMedic
parent
bd1a866c13
commit
9f4667ef84
@@ -28,6 +28,7 @@
|
||||
#define FACTION_SYNDICATE "syndicate"
|
||||
#define FACTION_TECHNOMANCER "technomancer"
|
||||
#define FACTION_VAMPIRE "vampire"
|
||||
#define FACTION_MOUSE_ARMY "mouse_army"
|
||||
|
||||
#define FACTION_CORRUPT "corrupt"
|
||||
#define FACTION_HIVEBOT "hivebot"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
icon_living = "mouse_gray"
|
||||
icon_dead = "mouse_gray_dead"
|
||||
icon_rest = "mouse_gray_sleep"
|
||||
faction = "mouse_army"
|
||||
faction = FACTION_MOUSE_ARMY
|
||||
|
||||
maxHealth = 50
|
||||
health = 50
|
||||
@@ -366,7 +366,7 @@
|
||||
icon = 'icons/mob/mouse_army.dmi'
|
||||
icon_state = "whisker"
|
||||
wreckage = /obj/structure/loot_pile/mecha/mouse_tank
|
||||
faction = "mouse_army"
|
||||
faction = FACTION_MOUSE_ARMY
|
||||
|
||||
maxHealth = 150
|
||||
armor = list(
|
||||
|
||||
Reference in New Issue
Block a user