thetwentythirdofmany
@@ -84,7 +84,35 @@ GLOBAL_LIST_INIT(mutant_transform_list, list("wingsopen" = "wings",
|
|||||||
"waggingspines" = "spines",
|
"waggingspines" = "spines",
|
||||||
"mam_waggingtail" = "mam_tail"))
|
"mam_waggingtail" = "mam_tail"))
|
||||||
|
|
||||||
GLOBAL_LIST_INIT(ghost_forms_with_directions_list, list("ghost")) //stores the ghost forms that support directional sprites
|
GLOBAL_LIST_INIT(ghost_forms_with_directions_list, list(
|
||||||
|
"ghost",
|
||||||
|
"ghostian",
|
||||||
|
"ghostian2",
|
||||||
|
"ghostking",
|
||||||
|
"ghost_red",
|
||||||
|
"ghost_black",
|
||||||
|
"ghost_blue",
|
||||||
|
"ghost_yellow",
|
||||||
|
"ghost_green",
|
||||||
|
"ghost_pink",
|
||||||
|
"ghost_cyan",
|
||||||
|
"ghost_dblue",
|
||||||
|
"ghost_dred",
|
||||||
|
"ghost_dgreen",
|
||||||
|
"ghost_dcyan",
|
||||||
|
"ghost_grey",
|
||||||
|
"ghost_dyellow",
|
||||||
|
"ghost_dpink",
|
||||||
|
"skeleghost",
|
||||||
|
"ghost_purpleswirl",
|
||||||
|
"ghost_rainbow",
|
||||||
|
"ghost_fire",
|
||||||
|
"ghost_funkypurp",
|
||||||
|
"ghost_pinksherbert",
|
||||||
|
"ghost_blazeit",
|
||||||
|
"ghost_mellow",
|
||||||
|
"ghost_camo",
|
||||||
|
"catghost")) //stores the ghost forms that support directional sprites
|
||||||
GLOBAL_LIST_INIT(ghost_forms_with_accessories_list, list("ghost")) //stores the ghost forms that support hair and other such things
|
GLOBAL_LIST_INIT(ghost_forms_with_accessories_list, list("ghost")) //stores the ghost forms that support hair and other such things
|
||||||
|
|
||||||
GLOBAL_LIST_INIT(ai_core_display_screens, list(
|
GLOBAL_LIST_INIT(ai_core_display_screens, list(
|
||||||
|
|||||||
@@ -85,6 +85,7 @@
|
|||||||
name = "trash bag of holding"
|
name = "trash bag of holding"
|
||||||
desc = "The latest and greatest in custodial convenience, a trashbag that is capable of holding vast quantities of garbage."
|
desc = "The latest and greatest in custodial convenience, a trashbag that is capable of holding vast quantities of garbage."
|
||||||
icon_state = "bluetrashbag"
|
icon_state = "bluetrashbag"
|
||||||
|
item_state = "bluetrashbag"
|
||||||
item_flags = NO_MAT_REDEMPTION
|
item_flags = NO_MAT_REDEMPTION
|
||||||
rad_flags = RAD_PROTECT_CONTENTS | RAD_NO_CONTAMINATE
|
rad_flags = RAD_PROTECT_CONTENTS | RAD_NO_CONTAMINATE
|
||||||
|
|
||||||
|
|||||||
@@ -211,8 +211,8 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
|
|||||||
"<span class='userdanger'>YOU FEEL THE POWER OF VALHALLA FLOWING THROUGH YOU! <i>THERE CAN BE ONLY ONE!!!</i></span>")
|
"<span class='userdanger'>YOU FEEL THE POWER OF VALHALLA FLOWING THROUGH YOU! <i>THERE CAN BE ONLY ONE!!!</i></span>")
|
||||||
user.update_icons()
|
user.update_icons()
|
||||||
new_name = "GORE-DRENCHED CLAYMORE OF [pick("THE WHIMSICAL SLAUGHTER", "A THOUSAND SLAUGHTERED CATTLE", "GLORY AND VALHALLA", "ANNIHILATION", "OBLITERATION")]"
|
new_name = "GORE-DRENCHED CLAYMORE OF [pick("THE WHIMSICAL SLAUGHTER", "A THOUSAND SLAUGHTERED CATTLE", "GLORY AND VALHALLA", "ANNIHILATION", "OBLITERATION")]"
|
||||||
icon_state = "claymore_valhalla"
|
icon_state = "claymore_gold"
|
||||||
item_state = "cultblade"
|
item_state = "claymore_gold"
|
||||||
remove_atom_colour(ADMIN_COLOUR_PRIORITY)
|
remove_atom_colour(ADMIN_COLOUR_PRIORITY)
|
||||||
|
|
||||||
name = new_name
|
name = new_name
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
/obj/item/storage/bag/money/Initialize()
|
/obj/item/storage/bag/money/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
|
if(prob(20))
|
||||||
|
icon_state = "moneybagalt"
|
||||||
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
|
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
|
||||||
STR.max_w_class = WEIGHT_CLASS_NORMAL
|
STR.max_w_class = WEIGHT_CLASS_NORMAL
|
||||||
STR.max_items = 40
|
STR.max_items = 40
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 228 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 302 KiB |
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |