mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-19 12:12:43 +01:00
Round Two
This commit is contained in:
@@ -20,7 +20,7 @@ Thus, the two variables affect pump operation are set in New():
|
||||
level = 1
|
||||
|
||||
name = "gas pump"
|
||||
desc = "A pump"
|
||||
desc = "A pump that moves gas from one place to another."
|
||||
|
||||
var/target_pressure = ONE_ATMOSPHERE
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
level = 1
|
||||
|
||||
name = "high power gas pump"
|
||||
desc = "A pump. Has double the power rating of the standard gas pump."
|
||||
desc = "A pump that moves gas from one place to another. Has double the power rating of the standard gas pump."
|
||||
|
||||
power_rating = 15000 //15000 W ~ 20 HP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user