mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Transferred Typo Fixes (#20879)
this PR fixes transferred being spelled as "transfered".
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
M.forceMove(loc)
|
||||
M.sdisabilities &= ~MUTE
|
||||
M.frozen = FALSE
|
||||
M.take_overall_damage((M.health - health - 100),0) //any new damage the statue incurred is transfered to the mob
|
||||
M.take_overall_damage((M.health - health - 100),0) //any new damage the statue incurred is transferred to the mob
|
||||
if(M.client)
|
||||
M.client.eye = M.client.mob
|
||||
M.client.perspective = MOB_PERSPECTIVE
|
||||
|
||||
Reference in New Issue
Block a user