Remove unused dead code for cargobonus event. (#19587)

This commit is contained in:
warriorstar-orion
2022-11-03 13:40:52 -04:00
committed by GitHub
parent 17a307c044
commit 4bb50665a8
-8
View File
@@ -1,8 +0,0 @@
/datum/event/cargo_bonus
announceWhen = 5
/datum/event/cargo_bonus/announce()
event_announcement.Announce("Congratulations! [station_name()] was chosen for a supply limit increase. Please contact the local cargo department for details!", "Supply Alert")
/datum/event/cargo_bonus/start()
supply_controller.points += rand(100,500)