mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 19:53:35 +01:00
Adds Irrlicht's 'soft' shroud (#6545)
* Adds Irrlicht's soft Shroud * fixes
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
to_chat(M, "This Shroud has already been customized!")
|
||||
return 0
|
||||
|
||||
suit_style = input(M, "Which suit style would you like?") in list("Engineer", "Spacer", "Knight", "Fashion", "Bishop", "Hegemony", "Rugged")
|
||||
suit_style = input(M, "Which suit style would you like?") in list("Engineer", "Spacer", "Knight", "Fashion", "Bishop", "Hegemony", "Rugged", "Soft")
|
||||
switch(suit_style)
|
||||
if("Engineer")
|
||||
name = "\improper Engineer's Guild Shroud"
|
||||
@@ -106,6 +106,17 @@
|
||||
helmet.desc = "Supposedly, this helmet should make humans more comfortable and familiar with the Zaddat."
|
||||
helmet.icon_state = "zaddat_rugged"
|
||||
helmet.item_state = "zaddat_rugged"
|
||||
if("Soft")
|
||||
name = "\improper soft Shroud"
|
||||
base_name = "\improper soft Shroud"
|
||||
desc = "Material and design is chosen for practical reasons, making it take as little space as possible when stowed whilst also providing reasonable comfort when worn for long periods."
|
||||
icon_state = "zaddat_soft"
|
||||
item_state = "zaddat_soft"
|
||||
if(helmet)
|
||||
helmet.name = "\improper soft Shroud hood"
|
||||
helmet.desc = "Not as solid as a proper helmet, but works nonetheless."
|
||||
helmet.icon_state = "zaddat_soft"
|
||||
helmet.item_state = "zaddat_soft"
|
||||
|
||||
to_chat(M, "You finish customizing your Shroud. Looking good!")
|
||||
has_been_customized = TRUE
|
||||
|
||||
Reference in New Issue
Block a user