Merge pull request #35703 from DaedalusGame/ok-sure-why-not

Fixes powercell injecting attaching the wrong value to rigged
This commit is contained in:
vuonojenmustaturska
2018-02-16 13:09:01 +02:00
committed by CitadelStationBot
parent 757df53aa3
commit d1441f9b23
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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