mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
fix
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
/datum/event/spontaneous_appendicitis/start()
|
||||
for(var/mob/living/carbon/human/H in shuffle(living_mob_list))
|
||||
var/area/A = get_area(H)
|
||||
if(!A)
|
||||
continue
|
||||
if(!(A.z in using_map.station_levels))
|
||||
continue
|
||||
if(A.flag_check(AREA_FORBID_EVENTS))
|
||||
continue
|
||||
if(isbelly(H.loc))
|
||||
continue
|
||||
if(H.client && H.appendicitis())
|
||||
break
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
/datum/event/spontaneous_appendicitis/vorestation/start()
|
||||
for(var/mob/living/carbon/human/H in shuffle(living_mob_list))
|
||||
var/area/A = get_area(H)
|
||||
if(!A)
|
||||
continue
|
||||
if(!(A.z in using_map.station_levels))
|
||||
continue
|
||||
if(A.flag_check(AREA_FORBID_EVENTS))
|
||||
continue
|
||||
if(isbelly(H.loc))
|
||||
continue
|
||||
if(H.client && H.appendicitis())
|
||||
break
|
||||
@@ -2456,7 +2456,6 @@
|
||||
#include "code\modules\events\spacevine.dm"
|
||||
#include "code\modules\events\spider_infestation.dm"
|
||||
#include "code\modules\events\spontaneous_appendicitis.dm"
|
||||
#include "code\modules\events\spontaneous_appendicitis_vr.dm"
|
||||
#include "code\modules\events\supply_demand_vr.dm"
|
||||
#include "code\modules\events\wallrot.dm"
|
||||
#include "code\modules\examine\examine.dm"
|
||||
|
||||
Reference in New Issue
Block a user