mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
handheld mirror traitor item (#22042)
* Adds handheld mirror item and adds it to traitor items * Adjusted cost for economy refactor * Revert "Adjusted cost for economy refactor" This reverts commitf31cbae8be. * actually adjusts properly * Update code/game/objects/items/devices/traitordevices.dm Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> * removes redundant proc * Adds inhand sprite and adds herald cloak functionality * Revert "Adds inhand sprite and adds herald cloak functionality" This reverts commit3b2531f509. * undoes the toolboxdmi change * REMOVES CODER SPRITE FROM DEVICES * fixes a runtime herald cloak would runtime when teleporting to a person holding a mirror object in hand/pocket * stuns anyone holding a mirror when jaunted through * fixes merge conflict and changes uplink description * mergeconflict * actually fixes mconflict * please bro just fix the conflict bro please * Fixpls --------- Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
This commit is contained in:
@@ -523,6 +523,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/storage/box/syndie_kit/safecracking
|
||||
cost = 5
|
||||
|
||||
/datum/uplink_item/stealthy_tools/handheld_mirror
|
||||
name = "Hand Held Mirror"
|
||||
desc = "A pocket sized mirror. Allows you to change all your hair and facial features, from color to style, instantly while in your hand."
|
||||
reference = "HM"
|
||||
item = /obj/item/handheld_mirror
|
||||
cost = 5
|
||||
|
||||
// DEVICE AND TOOLS
|
||||
|
||||
/datum/uplink_item/device_tools
|
||||
|
||||
Reference in New Issue
Block a user