From 7755b4f4b48ee0df67a10552eb80ee893f59ff77 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Fri, 2 Apr 2021 13:54:24 +0100 Subject: [PATCH] Update code/modules/reagents/reagent_dispenser.dm Co-authored-by: Sean Williams <12197162+S34NW@users.noreply.github.com> --- code/modules/reagents/reagent_dispenser.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_dispenser.dm b/code/modules/reagents/reagent_dispenser.dm index f4da7a66589..fe7d34053e1 100644 --- a/code/modules/reagents/reagent_dispenser.dm +++ b/code/modules/reagents/reagent_dispenser.dm @@ -12,7 +12,7 @@ var/tank_volume = 1000 /// The ID of the reagent that the dispenser uses var/reagent_id = "water" - /// The last person to rig this fuel tank - Stored with the object. Only the last person matter for investigation + /// The last person to rig this fuel tank - Stored with the object. Only the last person matters for investigation var/lastrigger = "" /// Can this tank be unwrenched var/can_be_unwrenched = TRUE