Delete Sleeper.dm.rej

This commit is contained in:
kevinz000
2017-05-06 21:04:22 -07:00
committed by GitHub
parent 6880e7c373
commit 91955ccb05
-10
View File
@@ -1,10 +0,0 @@
diff a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm (rejected hunks)
@@ -162,7 +162,7 @@
. = TRUE
if("inject")
var/chem = params["chem"]
- if(!is_operational() || mob_occupant)
+ if(!is_operational() || !mob_occupant)
return
if(mob_occupant.health < min_health && chem != "epinephrine")
return