mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixed a runtime error related to the group_multiplier of an air mixture being 0
In certain cases, zones would be emptied completely of turfs, thereby causing division by zero errors in FEA due to operations involving group_multiplier.
This commit is contained in:
@@ -98,5 +98,4 @@ proc/send2irc(msg,msg2)
|
||||
shell("python nudge.py [msg] [msg2]")
|
||||
proc/send2adminirc(channel,msg)
|
||||
world << channel << " "<< msg
|
||||
shell("python nudge.py '[channel]' [msg]")
|
||||
p //test
|
||||
shell("python nudge.py '[channel]' [msg]")
|
||||
Reference in New Issue
Block a user