Skip to content

Commit

Permalink
Fixes pete's examine runtime (tgstation#78837)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnturK authored Oct 8, 2023
1 parent 93cf26f commit 4c80adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
. = ..()
var/area/goat_area = get_area(src)
if((bodytemperature < T20C) || istype(goat_area, /area/station/service/kitchen/coldroom))
. = span_notice("[p_They()] [p_do()]n't seem to be too bothered about the cold.") // special for pete
. += span_notice("[p_They()] [p_do()]n't seem to be too bothered about the cold.") // special for pete

/mob/living/basic/goat/pete/add_udder()
return //no thank you

0 comments on commit 4c80adc

Please sign in to comment.