makes regal rat require not being dead to use abilities

This commit is contained in:
Putnam3145
2021-11-15 21:02:52 -08:00
parent e0b603f8bb
commit 2cdc3a9d30
@@ -90,7 +90,7 @@
/datum/action/cooldown/coffer/Trigger()
. = ..()
if(!.)
if(!. || owner.stat != CONSCIOUS)
return
var/turf/T = get_turf(owner)
var/loot = rand(1,100)
@@ -135,7 +135,7 @@
/datum/action/cooldown/riot/Trigger()
. = ..()
if(!.)
if(!. || owner.stat != CONSCIOUS)
return
var/cap = CONFIG_GET(number/ratcap)
var/something_from_nothing = FALSE