Update code/modules/reagents/reagent_dispenser.dm

Co-authored-by: Sean Williams <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
AffectedArc07
2021-04-02 13:54:24 +01:00
committed by GitHub
co-authored by Sean Williams
parent c89089a063
commit 7755b4f4b4
+1 -1
View File
@@ -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