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:
Albert Iordache
2012-03-29 23:44:22 +03:00
parent 382582ca18
commit 159fd0bfc9
4 changed files with 25 additions and 18 deletions

View File

@@ -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]")