mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user