Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Nov 11, 2023
1 parent 9ddf513 commit 362025e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/spells/spell_types/mime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
else
SEND_SIGNAL(H, COMSIG_ADD_MOOD_EVENT, "vow", /datum/mood_event/broken_vow)
to_chat(H, "<span class='notice'>Вы нарушили Обет Молчания.</span>")
H.add_quirk(/datum/quirk/cursed, STATUS_EFFECT_TRAIT)
if(!H.mind?.antag_datums)
H.add_quirk(/datum/quirk/cursed, STATUS_EFFECT_TRAIT)

// These spells can only be gotten from the "Guide for Advanced Mimery series" for Mime Traitors.

Expand Down
2 changes: 2 additions & 0 deletions modular_sand/code/game/objects/items/robot/robot_upgrades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
R.mob_transforming = FALSE
R.resize = ShrinkSize/100
R.update_transform()
R.add_movespeed_modifier(/datum/movespeed_modifier/reagent/freon)
//R.update_size(ShrinkSize/100)
R.hasShrunk = TRUE

Expand All @@ -219,6 +220,7 @@
if (. && R.hasShrunk)
R.transform = null
R.hasShrunk = FALSE
R.remove_movespeed_modifier(/datum/movespeed_modifier/reagent/freon)

/obj/item/borg/upgrade/transform/syndicatejack
name = "borg module picker (Syndicate)"
Expand Down

0 comments on commit 362025e

Please sign in to comment.