[MIRROR] Fixes nuking the syndicate base (#2767)
* Merge pull request #30694 from KorPhaeron/syndie_nuke Fixes nuking the syndicate base * Fixes nuking the syndicate base
This commit is contained in:
committed by
Poojawa
parent
9cc8c34f31
commit
f07369aead
@@ -440,7 +440,7 @@
|
||||
off_station = NUKE_MISS_STATION
|
||||
if((bomb_location.x < (128-NUKERANGE)) || (bomb_location.x > (128+NUKERANGE)) || (bomb_location.y < (128-NUKERANGE)) || (bomb_location.y > (128+NUKERANGE)))
|
||||
off_station = NUKE_MISS_STATION
|
||||
else if(istype(A, /area/syndicate_mothership) || (istype(A, /area/shuttle/syndicate) && bomb_location.z == ZLEVEL_CENTCOM))
|
||||
else if((istype(A, /area/syndicate_mothership) || (istype(A, /area/shuttle/syndicate)) && bomb_location.z == ZLEVEL_CENTCOM))
|
||||
off_station = NUKE_SYNDICATE_BASE
|
||||
else
|
||||
off_station = NUKE_NEAR_MISS
|
||||
|
||||
Reference in New Issue
Block a user