mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Most actions cannot be used while incapacitated [MDB IGNORE] (#19469)
Most actions cannot be used while incapacitated Co-authored-by: Jacquerel <hnevard@gmail.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
Jacquerel
Gandalf
parent
d666b49125
commit
93fc6f2a81
@@ -5,7 +5,7 @@
|
||||
button_icon_state = "lay_eggs"
|
||||
background_icon_state = "bg_alien"
|
||||
overlay_icon_state = "bg_alien_border"
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS | AB_CHECK_INCAPACITATED
|
||||
///How long it takes for a broodmother to lay eggs.
|
||||
var/egg_lay_time = 12 SECONDS
|
||||
///The type of egg we create
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
button_icon_state = "lay_web"
|
||||
background_icon_state = "bg_alien"
|
||||
overlay_icon_state = "bg_alien_border"
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS | AB_CHECK_INCAPACITATED
|
||||
cooldown_time = 0 SECONDS
|
||||
/// How long it takes to lay a web
|
||||
var/webbing_time = 4 SECONDS
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
overlay_icon_state = "bg_alien_border"
|
||||
button_icon = 'icons/mob/actions/actions_animal.dmi'
|
||||
button_icon_state = "wrap_0"
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS | AB_CHECK_INCAPACITATED
|
||||
click_to_activate = TRUE
|
||||
ranged_mousepointer = 'icons/effects/mouse_pointers/wrap_target.dmi'
|
||||
/// The time it takes to wrap something.
|
||||
|
||||
@@ -13,7 +13,7 @@ Doesn't work on other aliens/AI.*/
|
||||
overlay_icon_state = "bg_alien_border"
|
||||
button_icon = 'icons/mob/actions/actions_xeno.dmi'
|
||||
button_icon_state = "spell_default"
|
||||
check_flags = AB_CHECK_IMMOBILE|AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_IMMOBILE | AB_CHECK_CONSCIOUS | AB_CHECK_INCAPACITATED
|
||||
melee_cooldown_time = 0 SECONDS
|
||||
/// How much plasma this action uses.
|
||||
var/plasma_cost = 0
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
|
||||
/datum/action/cooldown/vomit
|
||||
name = "Vomit"
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS | AB_CHECK_INCAPACITATED
|
||||
button_icon_state = "vomit"
|
||||
button_icon = 'icons/mob/simple/animal.dmi'
|
||||
cooldown_time = 250
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
overlay_icon_state = "bg_hive_border"
|
||||
button_icon = 'icons/mob/actions/actions_slime.dmi'
|
||||
button_icon_state = "consume"
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_IMMOBILE
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_IMMOBILE|AB_CHECK_INCAPACITATED
|
||||
///The mob thats being consumed by this creature
|
||||
var/mob/living/vored_mob
|
||||
|
||||
@@ -305,7 +305,7 @@
|
||||
overlay_icon_state = "bg_hive_border"
|
||||
button_icon = 'icons/mob/actions/actions_slime.dmi'
|
||||
button_icon_state = "globules"
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_INCAPACITATED
|
||||
cooldown_time = 5 SECONDS
|
||||
click_to_activate = TRUE
|
||||
|
||||
@@ -421,7 +421,7 @@
|
||||
overlay_icon_state = "bg_hive_border"
|
||||
button_icon = 'icons/mob/actions/actions_slime.dmi'
|
||||
button_icon_state = "gel_cocoon"
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_IMMOBILE
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_IMMOBILE|AB_CHECK_INCAPACITATED
|
||||
cooldown_time = 10 SECONDS
|
||||
|
||||
/datum/action/cooldown/gel_cocoon/Activate(atom/target)
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
/datum/action/cooldown/domain
|
||||
name = "Rat King's Domain"
|
||||
desc = "Corrupts this area to be more suitable for your rat army."
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_INCAPACITATED
|
||||
cooldown_time = 6 SECONDS
|
||||
melee_cooldown_time = 0 SECONDS
|
||||
button_icon = 'icons/mob/actions/actions_animal.dmi'
|
||||
@@ -246,7 +246,7 @@
|
||||
/datum/action/cooldown/riot
|
||||
name = "Raise Army"
|
||||
desc = "Raise an army out of the hordes of mice and pests crawling around the maintenance shafts."
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_INCAPACITATED
|
||||
button_icon = 'icons/mob/actions/actions_animal.dmi'
|
||||
button_icon_state = "riot"
|
||||
background_icon_state = "bg_clock"
|
||||
|
||||
@@ -480,7 +480,7 @@
|
||||
overlay_icon_state = "bg_changeling_border"
|
||||
button_icon = 'icons/mob/actions/actions_animal.dmi'
|
||||
button_icon_state = "regurgitate"
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_INCAPACITATED
|
||||
melee_cooldown_time = 0 SECONDS
|
||||
click_to_activate = TRUE
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
overlay_icon_state = "bg_revenant_border"
|
||||
button_icon = 'icons/mob/actions/actions_animal.dmi'
|
||||
button_icon_state = "tentacle_slap"
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_INCAPACITATED
|
||||
cooldown_time = 12 SECONDS
|
||||
melee_cooldown_time = 0 SECONDS
|
||||
click_to_activate = TRUE
|
||||
|
||||
Reference in New Issue
Block a user