isNull check

This commit is contained in:
AlManiak
2024-09-19 18:02:24 +02:00
parent 142831d4e6
commit 7d557ae7d8
@@ -1727,10 +1727,11 @@ GLOBAL_LIST_EMPTY(roundstart_races)
H.throw_alert("fullness", /obj/screen/alert/stuffed)
if(FULLNESS_LEVEL_NOMOREPLZ to INFINITY)
H.throw_alert("fullness", /obj/screen/alert/beegbelly)
// Update here for changing belly to match stuffed-ness
var/obj/item/organ/genital/belly/belly = H.getorganslot("belly")
belly.update()
var/obj/item/organ/genital/belly/B= H.getorganslot("belly")
if(!isnull(B))
B.update()
switch(H.fatness)
if(FATNESS_LEVEL_BLOB to INFINITY)