Fixes Soviet Mobs being Invisible (#27064)

* i feex

* statue
This commit is contained in:
PopeDaveThe3th
2024-10-12 07:26:24 -04:00
committed by GitHub
parent 01cdf8cf3a
commit ed8809a4fc
4 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -310,9 +310,9 @@
/obj/structure/statue/soviet_mulebot
name = "OXENbot"
desc = "Like a MULEbot, but more socialist and less functional.";
icon = 'icons/obj/aibots.dmi';
icon_state = "mulebot0";
desc = "Like a MULEbot, but more socialist and less functional."
icon = 'icons/obj/aibots.dmi'
icon_state = "mulebot0"
anchored = TRUE
oreAmount = 10
+1 -1
View File
@@ -67,7 +67,7 @@
var/mob/living/carbon/human/H = user
if(H.get_item_by_slot(SLOT_HUD_HEAD) == src)
style.remove(H)
H.faction -= "soviet" //
H.faction -= "soviet"
H.physiology.stun_mod /= 0.80
REMOVE_TRAIT (H, TRAIT_RESISTHEAT, "bearserk")