Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac-voreupdate

This commit is contained in:
izac112
2020-05-16 09:06:27 +02:00
129 changed files with 4015 additions and 2873 deletions

View File

@@ -281,10 +281,8 @@
//A list of every mob with a client
for(var/mob in player_list)
//VOREStation Edit - Trying to fix some vorestation bug.
if(!ismob(mob))
player_list -= mob
crash_with("There is a null or non-mob reference inside player_list ([mob]).")
continue
//VOREStation Edit End - Trying to fix some vorestation bug.
if(get_turf(mob) in hearturfs)