mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
Minor grammar fix for extinguishers (#93530)
## About The Pull Request You must be holding the the pocket fire extinguisher in your hands do this! ## Why It's Good For The Game idk ## Changelog 🆑 spellcheck: Minor grammar fix for extinguishers /🆑
This commit is contained in:
@@ -358,7 +358,7 @@
|
||||
|
||||
/obj/item/extinguisher/click_alt(mob/user)
|
||||
if(!user.is_holding(src))
|
||||
to_chat(user, span_notice("You must be holding the [src] in your hands do this!"))
|
||||
to_chat(user, span_notice("You must be holding [src] in your hands to do this!"))
|
||||
return CLICK_ACTION_BLOCKING
|
||||
EmptyExtinguisher(user)
|
||||
return CLICK_ACTION_SUCCESS
|
||||
@@ -367,7 +367,7 @@
|
||||
if(loc == user && reagents.total_volume)
|
||||
reagents.expose(user.loc, TOUCH)
|
||||
reagents.clear_reagents()
|
||||
user.visible_message(span_notice("[user] empties out \the [src] onto the floor using the release valve."), span_info("You quietly empty out \the [src] using its release valve."))
|
||||
user.visible_message(span_notice("[user] empties out [src] onto the floor using the release valve."), span_info("You quietly empty out [src] using its release valve."))
|
||||
|
||||
//firebot assembly
|
||||
/obj/item/extinguisher/attackby(obj/O, mob/user, list/modifiers, list/attack_modifiers)
|
||||
|
||||
Reference in New Issue
Block a user