mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Addiction rework (#3445)
* Addiction rework * a Co-authored-by: Qustinnus <Floydje123@hotmail.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Qustinnus
Gandalf2k15
parent
43febe3145
commit
3b85cf1430
@@ -62,7 +62,7 @@
|
||||
adjusted_climb_time *= 0.25 //aliens are terrifyingly fast
|
||||
if(HAS_TRAIT(user, TRAIT_FREERUNNING)) //do you have any idea how fast I am???
|
||||
adjusted_climb_time *= 0.8
|
||||
LAZYADDASSOC(current_climbers, climbed_thing, user)
|
||||
LAZYADDASSOCLIST(current_climbers, climbed_thing, user)
|
||||
if(do_after(user, adjusted_climb_time, climbed_thing))
|
||||
if(QDELETED(climbed_thing)) //Checking if structure has been destroyed
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user