Replaced a .len with a length() just in case
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Process the predator's effects upon the contents of its belly (i.e digestion/transformation etc)
|
||||
/obj/belly/proc/process_belly(var/times_fired,var/wait) //Passed by controller
|
||||
if((times_fired < next_process) || !contents.len)
|
||||
if((times_fired < next_process) || !length(contents))
|
||||
recent_sound = FALSE
|
||||
return SSBELLIES_IGNORED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user