Transferred Typo Fixes (#20879)

this PR fixes transferred being spelled as "transfered".
This commit is contained in:
SleepyGemmy
2025-06-25 21:10:01 +00:00
committed by GitHub
parent 2667670749
commit 5f9201fdf0
15 changed files with 21 additions and 15 deletions
@@ -354,8 +354,8 @@ ABSTRACT_TYPE(/obj/item/clothing/mask/smokable)
if(!proximity || lit)
return
if(istype(glass)) //you can dip cigarettes into beakers
var/transfered = glass.reagents.trans_to_obj(src, chem_volume)
if(transfered) //if reagents were transfered, show the message
var/transferred = glass.reagents.trans_to_obj(src, chem_volume)
if(transferred) //if reagents were transferred, show the message
to_chat(user, SPAN_WARNING("You dip \the [src] into \the [glass]."))
playsound(src.loc, 'sound/effects/footstep/water1.ogg', 50, 1)
else //if not, either the beaker was empty, or the cigarette was full
@@ -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