mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
Chemdispenser buff
- The Chemdispenser now has a max of 100 energy instead of 75. - The Chemdispenser now has a slightly increased recharge rate. - The Chemdispender now starts the round with full energy. Changed the flufftext for when you are being cloned to remove the part about fuzzy memories as there was confusion over whether this meant memory loss or not. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4408 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
icon_state = "dispenser"
|
||||
use_power = 1
|
||||
idle_power_usage = 40
|
||||
var/energy = 25
|
||||
var/max_energy = 75
|
||||
var/energy = 100
|
||||
var/max_energy = 100
|
||||
var/amount = 30
|
||||
var/beaker = null
|
||||
var/recharged = 0
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
if(recharged < 0)
|
||||
recharge()
|
||||
recharged = 20
|
||||
recharged = 15
|
||||
else
|
||||
recharged -= 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user