mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Adds backflipping, because flipping wasn't annoying enough (#93655)
## About The Pull Request Adds backflipping, which has a lower probability of failing. ## Why It's Good For The Game Expression of emotion is a key component to communication. Or perhaps you just want to deteriorate your acrobatics implant faster. ## Changelog 🆑 qol: You can now backflip. /🆑
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
/// set integrity to 1 when mapping for !!FUN!!
|
||||
max_integrity = 100
|
||||
/// list of emotes whose cd is overridden by this skillchip. can be edited in mapping or ingame
|
||||
var/list/affected_emotes = list("spin", "flip")
|
||||
var/list/affected_emotes = list("spin", "flip", "backflip")
|
||||
var/datum/effect_system/spark_spread/sparks
|
||||
/// you can use this without lowering integrity! let's be honest. nobody's doing that
|
||||
var/allowed_usage = 5
|
||||
|
||||
Reference in New Issue
Block a user