Apply suggestions from code review

Co-authored-by: sheepishgoat <100518708+sheepishgoat@users.noreply.github.com>
This commit is contained in:
AlManiak
2024-09-19 22:33:32 +02:00
committed by GitHub
parent cb97148d97
commit 4e11595ae6
3 changed files with 4 additions and 4 deletions
@@ -1730,7 +1730,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
// Update here for changing belly to match stuffed-ness
var/obj/item/organ/genital/belly/B= H.getorganslot("belly")
if(!isnull(B))
if(!isnull(B) && istype(B))
B.update()
switch(H.fatness)