Merge pull request #9811 from Ghommie/Ghommie-cit353

Dreamchecker compatibility changes, part 2.
This commit is contained in:
kevinz000
2019-11-20 21:49:58 -07:00
committed by GitHub
18 changed files with 43 additions and 44 deletions
@@ -253,7 +253,7 @@ SLEEPER CODE IS IN game/objects/items/devices/dogborg_sleeper.dm !
if(!do_after(R, 50, target = target))
return //If they moved away, you can't eat them.
to_chat(R, "<span class='notice'>You finish off \the [target.name].</span>")
var/obj/item/stock_parts/cell.C = target
var/obj/item/stock_parts/cell/C = target
R.cell.charge = R.cell.charge + (C.charge / 3) //Instant full cell upgrades op idgaf
qdel(target)
return