Merge pull request #35703 from DaedalusGame/ok-sure-why-not
Fixes powercell injecting attaching the wrong value to rigged
This commit is contained in:
committed by
CitadelStationBot
parent
757df53aa3
commit
d1441f9b23
@@ -362,7 +362,7 @@
|
||||
pocell.desc = "A rechargeable plant-based power cell. This one has a rating of [DisplayEnergy(pocell.maxcharge)], and you should not swallow it."
|
||||
|
||||
if(G.reagents.has_reagent("plasma", 2))
|
||||
pocell.rigged = 1
|
||||
pocell.rigged = TRUE
|
||||
|
||||
qdel(G)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user