mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Random spawn changes (#3317)
* Random chance stuff * changelong for merchant * cigarrete changes
This commit is contained in:
@@ -44,7 +44,7 @@ var/list/spawntypes = list()
|
||||
/datum/spawnpoint/cyborg
|
||||
display_name = "Cyborg Storage"
|
||||
msg = "has been activated from storage"
|
||||
restrict_job = list("Cyborg", "Merchant")
|
||||
restrict_job = list("Cyborg")
|
||||
|
||||
/datum/spawnpoint/cyborg/New()
|
||||
..()
|
||||
@@ -55,4 +55,5 @@ var/list/spawntypes = list()
|
||||
restrict_job = list("Merchant")
|
||||
|
||||
/datum/spawnpoint/merchant/New()
|
||||
..()
|
||||
turfs = latejoin_merchant
|
||||
Reference in New Issue
Block a user