mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Refactors chameleon actions, Adds chameleon outfit saving, Adds chameleon scanner [MDB IGNORE] (#22773)
* Refactors chameleon actions, Adds chameleon outfit saving, Adds chameleon scanner * Update cards_ids.dm * Update _glasses.dm * Delete chameleon.dm * Update _glasses.dm * Update _glasses.dm --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
co-authored by
MrMelbert
Bloop
parent
7b2447ea08
commit
598952c1c2
@@ -42,7 +42,9 @@
|
||||
var/cooldown = 5 MINUTES
|
||||
/// Cooldown for chip actions.
|
||||
COOLDOWN_DECLARE(chip_cooldown)
|
||||
/// Used to determine if this is an abstract type or not. If this is meant to be an abstract type, set it to the type's path. Will be overridden by subsequent abstract parents. See /datum/action/item_action/chameleon/change/skillchip/initialize_disguises()
|
||||
/// Used to determine if this is an abstract type or not.
|
||||
/// If this is meant to be an abstract type, set it to the type's path.
|
||||
/// Will be overridden by subsequent abstract parents.
|
||||
var/abstract_parent_type = /obj/item/skillchip
|
||||
/// Set to TRUE when the skill chip's effects are applied. Set to FALSE when they're not.
|
||||
var/active = FALSE
|
||||
|
||||
Reference in New Issue
Block a user