Skip to content

Commit

Permalink
hotfix for reverting from glabro to human using UI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCarnalest committed Dec 10, 2024
1 parent 73c05ba commit 02c5f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/werewolf/transformation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
H.physiology.armor.melee = H.physiology.armor.melee-15
H.physiology.armor.bullet = H.physiology.armor.bullet-15
var/matrix/M = matrix()
M.Scale(1/1.3, 1/1.3)
M.Scale(1)
H.transform = M
G.glabro = FALSE
H.update_icons()
Expand Down

0 comments on commit 02c5f42

Please sign in to comment.