mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[MIRROR] Swaps sleep() to use SECONDS define [MDB IGNORE] (#16973)
* Swaps sleep() to use SECONDS define * merge conflicts and skyrat modules Co-authored-by: san7890 <the@san7890.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
co-authored by
san7890
tastyfish
parent
59dc5c36b7
commit
612568daa0
@@ -56,7 +56,7 @@
|
||||
return
|
||||
to_chat(user, span_notice("You put [P] in [src]."))
|
||||
icon_state = "[initial(icon_state)]-open"
|
||||
sleep(5)
|
||||
sleep(0.5 SECONDS)
|
||||
icon_state = initial(icon_state)
|
||||
else if(!user.combat_mode)
|
||||
to_chat(user, span_warning("You can't put [P] in [src]!"))
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
user.adjust_blurriness(6)
|
||||
if(eyes)
|
||||
eyes.applyOrganDamage(rand(impact_eye_damage_lower, impact_eye_damage_higher)) // SKYRAT EDIT START - Better paper planes
|
||||
sleep(10)
|
||||
sleep(1 SECONDS)
|
||||
return (BRUTELOSS)
|
||||
|
||||
/obj/item/paperplane/update_overlays()
|
||||
|
||||
Reference in New Issue
Block a user