mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
fix load_default_bellies in wolf.dm (#19649)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
pain_emote_1p = list("yelp", "whine", "bark", "growl")
|
||||
pain_emote_3p = list("yelps", "whines", "barks", "growls")
|
||||
|
||||
/mob/living/simple_mob/animal/vore/wolf/load_default_bellies()
|
||||
/mob/living/simple_mob/vore/wolf/load_default_bellies()
|
||||
. = ..()
|
||||
|
||||
var/obj/belly/B = vore_selected
|
||||
|
||||
Reference in New Issue
Block a user