Skip to content

Commit

Permalink
fix small typo in cybersun trader
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbokie committed Jan 2, 2025
1 parent 6a63097 commit d7d0d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/events/traders.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ GLOBAL_LIST_INIT(unused_trade_stations, list("sol"))

/datum/traders/cyber
trader_type = "Cybersun Industries"
trader_location = "-=ERROR: Unregisted Station Charter=-"
trader_location = "-=ERROR: Unregistered Station Charter=-"
dock_site = "an undercover robotics factory"
trader_species = /mob/living/carbon/human
trader_outfit = /datum/outfit/admin/trader/cyber
Expand Down

0 comments on commit d7d0d60

Please sign in to comment.