Skip to content

Commit

Permalink
Nuclear War: Silo emits Pheromones (#17275)
Browse files Browse the repository at this point in the history
Co-authored-by: Changelogs <[email protected]>
  • Loading branch information
Runian and actions-user authored Mar 4, 2025
1 parent f5d22e7 commit abc330b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/xenomorph/silo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
SSspawning.spawnerdata[src].max_allowed_mobs = max(1, MAX_SPAWNABLE_MOB_PER_PLAYER * SSmonitor.maximum_connected_players_count * 0.5)
update_minimap_icon()

if(SSticker.mode?.round_type_flags & MODE_SILO_RESPAWN)
SSaura.add_emitter(src, AURA_XENO_RECOVERY, 30, 4, -1, FACTION_XENO, hivenumber)
SSaura.add_emitter(src, AURA_XENO_WARDING, 30, 4, -1, FACTION_XENO, hivenumber)
SSaura.add_emitter(src, AURA_XENO_FRENZY, 30, 4, -1, FACTION_XENO, hivenumber)

return INITIALIZE_HINT_LATELOAD

/obj/structure/xeno/silo/LateInitialize()
Expand Down

0 comments on commit abc330b

Please sign in to comment.