massive burndown (#29894)

This commit is contained in:
Contrabang
2025-07-27 20:52:39 +00:00
committed by GitHub
parent a596fba80d
commit 1504ed98be
1043 changed files with 0 additions and 3598 deletions
-1
View File
@@ -1,6 +1,5 @@
//Preset for action that call specific procs (consider innate)
/datum/action/generic
check_flags = 0
var/procname
/datum/action/generic/Trigger(left_click)
-1
View File
@@ -1,6 +1,5 @@
//Preset for general and toggled actions
/datum/action/innate
check_flags = 0
var/active = FALSE
/datum/action/innate/Trigger(left_click)
-1
View File
@@ -326,7 +326,6 @@
/datum/action/item_action/bhop
name = "Activate Jump Boots"
desc = "Activates the jump boot's internal propulsion system, allowing the user to dash over 4-wide gaps."
button_overlay_icon = 'icons/mob/actions/actions.dmi'
button_overlay_icon_state = "jetboot"
use_itemicon = FALSE
-1
View File
@@ -1,6 +1,5 @@
//Preset for spells
/datum/action/spell_action
check_flags = 0
button_background_icon_state = "bg_spell"
var/recharge_text_color = "#FFFFFF"