Fixes voidraptor not spawning secmed locker (#1216)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Fixes #800 

## Why It's Good For The Game

Bugfix

## Proof Of Testing

I saw it with my very eyes

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
fix: Void raptor now has the secmed locker
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->
This commit is contained in:
Waterpig
2024-02-27 13:18:03 +01:00
committed by GitHub
parent 50f49f0b9f
commit f80f1d6664
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
/datum/area_spawn/secmed_locker/New()
blacklisted_stations -= list("Void Raptor")
. = ..()
+1
View File
@@ -8602,6 +8602,7 @@
#include "modular_zubbers\modules\quirks\code\negative_quirks\sensitive_snout.dm"
#include "modular_zubbers\modules\quirks\code\neutral_quirks\hungry.dm"
#include "modular_zubbers\modules\quirks\code\neutral_quirks\waddle.dm"
#include "modular_zubbers\modules\security\secmed\automapper.dm"
#include "modular_zubbers\modules\security\secmed\secmed_clothes.dm"
#include "modular_zubbers\modules\security\secmed\security_medic.dm"
#include "modular_zubbers\modules\shelves\shelf.dm"