mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Apply suggestions from code review
Co-authored-by: sheepishgoat <100518708+sheepishgoat@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user