mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
Removed Hyperstaion Plushies
This Change removes all the hyperstation plushie spawns and their mentions in the code. (They are commented out but I recommend disabling __donator.dm & hyperstation\code\obj\plushes.dmi in the Dream Daemon load tree to avoid loading unnecessary files. (if I removed anyones plushie for the server please let me know and i will fix it)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//This is the file that handles donator loadout items.
|
||||
|
||||
|
||||
/*
|
||||
/datum/gear/pingcoderfailsafe
|
||||
name = "IF YOU SEE THIS, PING A CODER RIGHT NOW!"
|
||||
category = SLOT_IN_BACKPACK
|
||||
@@ -168,3 +168,5 @@ datum/gear/lyricalpawsring
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/clothing/suit/hooded/occultrobes
|
||||
ckeywhitelist = list("relquen")
|
||||
*/
|
||||
//Commented out all Donator items
|
||||
@@ -249,11 +249,11 @@
|
||||
cost = 1
|
||||
|
||||
//chemlight doged
|
||||
/datum/gear/plushchemlight // This is not lipstick anymore.
|
||||
/*/datum/gear/plushchemlight // This is not lipstick anymore.
|
||||
name = "Chemlight Plushie"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/toy/plush/mammal/chemlight
|
||||
ckeywhitelist = list("chemlight")
|
||||
ckeywhitelist = list("chemlight")*/ //Removes donator Item
|
||||
//Done with that.
|
||||
|
||||
/datum/gear/waistcoat
|
||||
|
||||
Reference in New Issue
Block a user