mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
compiler fix
it forgot to include some files
This commit is contained in:
@@ -254,7 +254,7 @@ datum/gear/lyricalpawsring
|
||||
name = "Empty Toolbelt"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/storage/belt/utility
|
||||
ckeywhitelist = list("Killmewitha22")
|
||||
ckeywhitelist = list("killmewitha22")
|
||||
|
||||
/obj/item/toy/sword/chloesabre/halsey
|
||||
name = "Halsey's Sabre"
|
||||
|
||||
@@ -3220,6 +3220,9 @@
|
||||
#include "hyperstation\code\modules\mining\shelters.dm"
|
||||
#include "hyperstation\code\modules\mining\equipment\survival_pod.dm"
|
||||
#include "hyperstation\code\modules\mob\mob_helpers.dm"
|
||||
#include "hyperstation\code\modules\mob\dead\new_player\cosmetic_parts.dm"
|
||||
#include "hyperstation\code\modules\mob\dead\new_player\roleplay.dm"
|
||||
#include "hyperstation\code\modules\mob\dead\new_player\sprite_accessories.dm"
|
||||
#include "hyperstation\code\modules\mob\living\status_indicators.dm"
|
||||
#include "hyperstation\code\modules\mob\living\silicon\robot\robot.dm"
|
||||
#include "hyperstation\code\modules\mob\living\silicon\robot\robot_modules.dm"
|
||||
|
||||
Reference in New Issue
Block a user