Raiders fixes (#25199)

* Fixes typo (hesit -> heist)

Moves raider equipping and moving from the faction to the role

Vox heist landmarks are now populated into a global list

Adds a shuttle map that's loaded once the faction is created

* Removes the shuttle from being hard mapped

* Helps if I give it the right link

* A hack, but a reasonable one
This commit is contained in:
MadmanMartian
2019-11-26 19:57:32 +00:00
committed by jknpj
parent f2457cbfe9
commit a8f6f0ebb1
18 changed files with 658 additions and 1439 deletions

View File

@@ -279,6 +279,6 @@ client/proc/one_click_antag()
new_vox.mind.special_role = "Vox Raider"
new_vox.mutations |= M_NOCLONE //Stops the station crew from messing around with their DNA.
new_vox.equip_vox_raider()
equip_vox_raider(new_vox)
return new_vox