Merge pull request #16290 from Kashargul/noBelly

adds a belly when there is none
This commit is contained in:
Novacat
2024-09-08 14:36:32 -04:00
committed by GitHub
+7
View File
@@ -330,6 +330,13 @@
vore_organs.Cut()
for(var/entry in P.belly_prefs)
list_to_object(entry,src)
if(!vore_organs.len)
var/obj/belly/B = new /obj/belly(src)
vore_selected = B
B.immutable = TRUE
B.name = "Stomach"
B.desc = "It appears to be rather warm and wet. Makes sense, considering it's inside \the [name]."
B.can_taste = TRUE
return TRUE