[MIRROR] ignore bellied in appendicitis events (#7520)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-01-07 16:24:34 -07:00
committed by GitHub
parent 4d7cd78a7f
commit c30dacf3ab
3 changed files with 7 additions and 5 deletions

View File

@@ -7,5 +7,7 @@
continue
if(A.flags & RAD_SHIELDED)
continue
if(isbelly(H.loc))
continue
if(H.client && H.appendicitis())
break

View File

@@ -22,8 +22,8 @@
if(!H.client)
continue
// Or antags.
if(player_is_antag(H.mind))
// Or antags / bellied.
if(player_is_antag(H.mind) || isbelly(H.loc))
continue
// Or doctors (otherwise it could be possible for the only surgeon to need surgery).

View File

@@ -986,7 +986,7 @@
soundproofed = TRUE
limit_mob_size = FALSE
block_suit_sensors = TRUE
block_tracking = = TRUE
block_tracking = TRUE
/area/crew_quarters/sleep/maintDorm2
name = "\improper Construction Dorm 2"
@@ -995,7 +995,7 @@
soundproofed = TRUE
limit_mob_size = FALSE
block_suit_sensors = TRUE
block_tracking = = TRUE
block_tracking = TRUE
/area/crew_quarters/sleep/maintDorm3
name = "\improper Construction Dorm 3"
@@ -1004,7 +1004,7 @@
soundproofed = TRUE
limit_mob_size = FALSE
block_suit_sensors = TRUE
block_tracking = = TRUE
block_tracking = TRUE
/area/crew_quarters/sleep/maintDorm4
name = "\improper Construction Dorm 4"