diff --git a/code/game/gamemodes/changeling/implements/items.dm b/code/game/gamemodes/changeling/implements/items.dm index 82d312b9271..a6ddf5d21d9 100644 --- a/code/game/gamemodes/changeling/implements/items.dm +++ b/code/game/gamemodes/changeling/implements/items.dm @@ -10,7 +10,6 @@ sharp = TRUE edge = TRUE anchored = TRUE - item_flags = NOMOVE //It deploys from your arm and stays there throwforce = 0 //Just to be on the safe side throw_range = 0 throw_speed = 0 @@ -69,7 +68,6 @@ contained_sprite = TRUE force = 15 //Bash the crap out of people slot_flags = null - item_flags = NOMOVE //It deploys from your arm and stays there anchored = TRUE throwforce = 0 //Just to be on the safe side throw_range = 0 diff --git a/html/changelogs/doxxmedearly-armblades.yml b/html/changelogs/doxxmedearly-armblades.yml new file mode 100644 index 00000000000..1790829a769 --- /dev/null +++ b/html/changelogs/doxxmedearly-armblades.yml @@ -0,0 +1,4 @@ +author: Doxxmedearly +delete-after: True +changes: + - bugfix: "Armblades and changeling shields now work again."