mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-22 20:26:17 +01:00
Bux Fixes all sorts
- Chaplin can't be turned into a vampire - Spelling errors - A few debug messages for advanced checks - Loadout spawning fixed - IPC's can't be absorbed by lings. - IPC will no longer be chosen as a ling - Can't use radios if you are stunned >= 4 - dead bodys stop floating after they die - debug messages to find out what's happening.
This commit is contained in:
@@ -378,6 +378,9 @@ proc/populate_gear_list()
|
||||
allowed_roles = list("Roboticist", "Scientist", "Research Director")
|
||||
|
||||
//Species-specific gear datums.
|
||||
|
||||
//Taken out until fixes are done
|
||||
/*
|
||||
/datum/gear/zhan_furs
|
||||
display_name = "Zhan-Khazan furs"
|
||||
path = /obj/item/clothing/suit/tajaran/furs
|
||||
@@ -391,6 +394,7 @@ proc/populate_gear_list()
|
||||
cost = 2
|
||||
slot = slot_head
|
||||
whitelisted = "Tajaran"
|
||||
*/
|
||||
|
||||
/datum/gear/unathi_robe
|
||||
display_name = "roughspun robe"
|
||||
|
||||
Reference in New Issue
Block a user