mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Laser pistols no longer instantly recharge in chargers (#94358)
## About The Pull Request Does the changes that were in https://github.com/tgstation/tgstation/pull/94353 before the PR was salted and closed. fixes https://github.com/tgstation/tgstation/issues/94332 ## Why It's Good For The Game I would have merged that pr but oh well. ## Changelog 🆑 fix: Fixes laser pistol charging instantly. /🆑
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
|
||||
/obj/item/stock_parts/power_store/cell/laser_pistol
|
||||
name = "laser pistol power cell"
|
||||
chargerate = STANDARD_CELL_RATE * 3
|
||||
chargerate = STANDARD_CELL_RATE * 0.15
|
||||
|
||||
/obj/item/stock_parts/power_store/cell/ninja
|
||||
name = "black power cell"
|
||||
|
||||
Reference in New Issue
Block a user