no more regal rat runtimes, and, cheeeeeeeeeeeese can now be eaten by it (#62032)

This commit is contained in:
Seris02
2021-10-12 22:33:49 -07:00
committed by GitHub
parent 325539f5df
commit ff31569b14
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
. = ..()
RegisterSignal(src, COMSIG_RAT_INTERACT, .proc/on_rat_eat)
/obj/item/food/cheese/proc/on_rat_eat(mob/living/simple_animal/hostile/regalrat/king)
/obj/item/food/cheese/proc/on_rat_eat(datum/source, mob/living/simple_animal/hostile/regalrat/king)
SIGNAL_HANDLER
king.cheese_heal(src, rat_heal, span_green("You eat [src], restoring some health."))