mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -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,6 +1,5 @@
|
||||
//Preset for general and toggled actions
|
||||
/datum/action/innate
|
||||
check_flags = 0
|
||||
var/active = FALSE
|
||||
|
||||
/datum/action/innate/Trigger(left_click)
|
||||
|
||||
@@ -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,6 +1,5 @@
|
||||
//Preset for spells
|
||||
/datum/action/spell_action
|
||||
check_flags = 0
|
||||
button_background_icon_state = "bg_spell"
|
||||
var/recharge_text_color = "#FFFFFF"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user