diff --git a/code/game/objects/structures/statues.dm b/code/game/objects/structures/statues.dm index b229b72ff4e..14fa44bc785 100644 --- a/code/game/objects/structures/statues.dm +++ b/code/game/objects/structures/statues.dm @@ -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 diff --git a/code/modules/martial_arts/bearserk.dm b/code/modules/martial_arts/bearserk.dm index 97c63778120..bfd1becf106 100644 --- a/code/modules/martial_arts/bearserk.dm +++ b/code/modules/martial_arts/bearserk.dm @@ -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") diff --git a/icons/mob/simple_human.dmi b/icons/mob/simple_human.dmi index f9d20142d74..93e03c30a40 100644 Binary files a/icons/mob/simple_human.dmi and b/icons/mob/simple_human.dmi differ diff --git a/icons/obj/statue.dmi b/icons/obj/statue.dmi index 1567097b3c6..de14c4fb776 100644 Binary files a/icons/obj/statue.dmi and b/icons/obj/statue.dmi differ