mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Unathi cuff breaking now should cost stamina (#4084)
Unathi cuff breaking now should cost stamina, at request of the lore master.
This commit is contained in:
@@ -107,6 +107,9 @@
|
||||
if(HULK in mutations)
|
||||
return 1
|
||||
|
||||
if(stamina < 100)
|
||||
return 0
|
||||
|
||||
if(src.gender in src.species.breakcuffs)
|
||||
return 1
|
||||
|
||||
@@ -127,8 +130,9 @@
|
||||
"<span class='warning'>You successfully break your [handcuffed.name].</span>"
|
||||
)
|
||||
|
||||
if((get_species() == "Unathi") || (HULK in mutations))
|
||||
if((isunathi(src)) || (HULK in mutations))
|
||||
say(pick("RAAAAAAAARGH!", "HNNNNNNNNNGGGGGGH!", "GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", "AAAAAAARRRGH!" ))
|
||||
stamina -= 100 //takes a bunch of stamina
|
||||
|
||||
qdel(handcuffed)
|
||||
handcuffed = null
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Alberyk
|
||||
delete-after: True
|
||||
changes:
|
||||
- balance: "Unathi handcuff breaking should now cost stamina."
|
||||
Reference in New Issue
Block a user