Skip to content

Commit

Permalink
Update text_blurbs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Nov 1, 2023
1 parent fc5cc90 commit 8fcf09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/maptext_alerts/text_blurbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exempt_ztraits = trait or list of traits of zlevels where any marines don't see
shouldn't see the ship marines' drop message. Ex. ZTRAIT_GROUND by default.
unit = the unit the marines are from. FF, Dust Raiders etc. Military crew see this.
base = the base the marines are staging from. The ship, Whiskey Outpost etc. Noncombat crew see this.**/
/proc/show_blurb_uscm(list/exempt_ztraits = ZTRAIT_GROUND, unit = "2nd Bat. 'Falling Falcons'", base = station_name)
/proc/show_blurb_uscm(list/exempt_ztraits = ZTRAIT_GROUND, unit = "3rd Bat. 'Solar Devils'", base = station_name)
if(!islist(exempt_ztraits))
exempt_ztraits = list(exempt_ztraits)
var/list/exempt_zlevels = SSmapping.levels_by_any_trait(exempt_ztraits)
Expand Down

0 comments on commit 8fcf09d

Please sign in to comment.