mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Transferred Typo Fixes (#20879)
this PR fixes transferred being spelled as "transfered".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user