Skip to content

Commit

Permalink
Sister Act 4 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlrauneWoD authored Sep 15, 2024
1 parent 8218306 commit 97363fc
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions maplestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6509,6 +6509,7 @@
#include "maplestation_modules\story_content\armored_corps\code\melee\void_blade.dm"
#include "maplestation_modules\story_content\armored_corps\code\techweb\all_nodes.dm"
#include "maplestation_modules\story_content\bartender_equipment\code\barmanvintage.dm"
#include "maplestation_modules\story_content\bell_equipment\code\bellclothing.dm"
#include "maplestation_modules\story_content\captain_equipment\code\captainclothing.dm"
#include "maplestation_modules\story_content\casual_clothing\code\casualclothing.dm"
#include "maplestation_modules\story_content\chaplain_equipment\code\chaplainclothing.dm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,8 @@
/datum/loadout_item/head/garland/lily
name = "Lily Crown"
item_path = /obj/item/clothing/head/costume/garland/lily

/datum/loadout_item/head/belli
name = "Modified Nun Veil"
item_path = /obj/item/clothing/head/costume/hat/belli
additional_displayed_text = list("Character Item")
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,8 @@
name = "Holointegrated Turtleneck"
item_path = /obj/item/clothing/under/rank/rnd/research_director/jessie_turtleneck
additional_displayed_text = list("Character Item")

/datum/loadout_item/under/jumpsuit/belli
name = "Modified Nun Uniform"
item_path = /obj/item/clothing/under/jumpsuit/belli
additional_displayed_text = list("Character Item")
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@
icon = 'maplestation_modules/icons/mob/human_face.dmi'
icon_state = "hair_impdirector"

/datum/sprite_accessory/hair/graced_drills
name = "Graced Drills"
icon = 'maplestation_modules/icons/mob/human_face.dmi'
icon_state = "hair_graceddrill"

// https://github.com/Skyrat-SS13/Skyrat-tg/pull/17656
/datum/sprite_accessory/tails/lizard/big
name = "Big"
Expand Down
Binary file modified maplestation_modules/icons/mob/human_face.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// --- regular outfit ---

/obj/item/clothing/under/jumpsuit/belli
name = "modified nun uniform"
desc = "A heavily modified nun uniform tinted pink with white lace and red ribbons. Stomp out cultists with style!"
icon = 'maplestation_modules/story_content/bell_equipment/icons/bellclothing_item.dmi'
worn_icon = 'maplestation_modules/story_content/bell_equipment/icons/bellclothing_worn.dmi'
icon_state = "nundress"
resistance_flags = INDESTRUCTIBLE
alternate_worn_layer = ABOVE_SHOES_LAYER

/obj/item/clothing/head/costume/hat/belli
name = "pink nun veil"
desc = "A pink nun veil with just enough space to let your hair hang out."
icon = 'maplestation_modules/story_content/bell_equipment/icons/bellclothing_item.dmi'
worn_icon = 'maplestation_modules/story_content/bell_equipment/icons/bellclothing_worn.dmi'
icon_state = "nunveil"
Binary file not shown.
Binary file not shown.

0 comments on commit 97363fc

Please sign in to comment.