mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
Adds gravityboots, from gravitational anomaly core. (#17788)
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
co-authored by
SteelSlayer
parent
7788cb0cda
commit
1dbfcd97d8
@@ -442,6 +442,19 @@
|
||||
button_icon_state = "jetboot"
|
||||
use_itemicon = FALSE
|
||||
|
||||
|
||||
/datum/action/item_action/gravity_jump
|
||||
name = "Gravity jump"
|
||||
desc = "Directs a pulse of gravity in front of the user, pulling them foward rapidly."
|
||||
|
||||
/datum/action/item_action/gravity_jump/Trigger()
|
||||
if(!IsAvailable())
|
||||
return FALSE
|
||||
|
||||
var/obj/item/clothing/shoes/magboots/gravity/G = target
|
||||
G.dash(usr)
|
||||
|
||||
|
||||
///prset for organ actions
|
||||
/datum/action/item_action/organ_action
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
|
||||
Reference in New Issue
Block a user