mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] fix a bunch of runtimes (#10683)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
93dbe948bc
commit
b672ca8693
@@ -167,6 +167,8 @@
|
||||
return 1
|
||||
|
||||
/obj/item/reagent_containers/proc/liquid_belly_check()
|
||||
if(!reagents)
|
||||
return FALSE
|
||||
for(var/datum/reagent/R in reagents.reagent_list)
|
||||
if(R.from_belly)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user