mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
Update code/modules/reagents/reagent_dispenser.dm
Co-authored-by: Sean Williams <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
Sean Williams
parent
c89089a063
commit
7755b4f4b4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user