mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
[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:
@@ -7,5 +7,7 @@
|
|||||||
continue
|
continue
|
||||||
if(A.flags & RAD_SHIELDED)
|
if(A.flags & RAD_SHIELDED)
|
||||||
continue
|
continue
|
||||||
|
if(isbelly(H.loc))
|
||||||
|
continue
|
||||||
if(H.client && H.appendicitis())
|
if(H.client && H.appendicitis())
|
||||||
break
|
break
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
if(!H.client)
|
if(!H.client)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
// Or antags.
|
// Or antags / bellied.
|
||||||
if(player_is_antag(H.mind))
|
if(player_is_antag(H.mind) || isbelly(H.loc))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
// Or doctors (otherwise it could be possible for the only surgeon to need surgery).
|
// Or doctors (otherwise it could be possible for the only surgeon to need surgery).
|
||||||
|
|||||||
@@ -986,7 +986,7 @@
|
|||||||
soundproofed = TRUE
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
block_suit_sensors = TRUE
|
block_suit_sensors = TRUE
|
||||||
block_tracking = = TRUE
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/maintDorm2
|
/area/crew_quarters/sleep/maintDorm2
|
||||||
name = "\improper Construction Dorm 2"
|
name = "\improper Construction Dorm 2"
|
||||||
@@ -995,7 +995,7 @@
|
|||||||
soundproofed = TRUE
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
block_suit_sensors = TRUE
|
block_suit_sensors = TRUE
|
||||||
block_tracking = = TRUE
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/maintDorm3
|
/area/crew_quarters/sleep/maintDorm3
|
||||||
name = "\improper Construction Dorm 3"
|
name = "\improper Construction Dorm 3"
|
||||||
@@ -1004,7 +1004,7 @@
|
|||||||
soundproofed = TRUE
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
block_suit_sensors = TRUE
|
block_suit_sensors = TRUE
|
||||||
block_tracking = = TRUE
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/maintDorm4
|
/area/crew_quarters/sleep/maintDorm4
|
||||||
name = "\improper Construction Dorm 4"
|
name = "\improper Construction Dorm 4"
|
||||||
|
|||||||
Reference in New Issue
Block a user