mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user