mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Merge pull request #593 from Yawn-Wider/rinfluff
Rin Deimos fluff item, just a crystal that does nothing.
This commit is contained in:
@@ -849,6 +849,15 @@
|
||||
ckeywhitelist = list("roguenoob")
|
||||
character_name = list("Basir Fahim")
|
||||
|
||||
//rouwren
|
||||
//Rin Deimos
|
||||
/datum/gear/fluff/rin_deimos_1
|
||||
path = /obj/item/clothing/accessory/medal/fluff/rindeimos
|
||||
display_name = "Broken Life Crystal"
|
||||
description = "The broken life crystal doesn't do anything, except remind you of loss."
|
||||
ckeywhitelist = list("rouwren")
|
||||
character_name = list("Rin Deimos")
|
||||
|
||||
// S CKEYS
|
||||
//snakewitharocketlauncher
|
||||
//Alex Wolf
|
||||
|
||||
@@ -1638,3 +1638,15 @@
|
||||
|
||||
|
||||
|
||||
// *****
|
||||
// Rouwren
|
||||
// *****
|
||||
|
||||
/obj/item/clothing/accessory/medal/fluff/rindeimos
|
||||
name = "Broken Life Crystal"
|
||||
desc = "The broken life crystal doesn't do anything, except remind you of loss."
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
icon_state = "khlife3"
|
||||
icon_override = 'icons/vore/custom_items_vr.dmi'
|
||||
item_state = "khlife_overlay"
|
||||
overlay_state = "khlife_overlay"
|
||||
Reference in New Issue
Block a user