adds a belly when there is none

This commit is contained in:
Kashargul
2024-09-08 20:23:56 +02:00
committed by GitHub
parent c81f7743c0
commit 7c0071d56e
+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