mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Replaces a number of deciseconds into SECONDS (#27188)
* Replaces a number of deciseconds into SECONDS * blep --------- Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Waterpig <wtryoutube@seznam.cz> Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
This commit is contained in:
co-authored by
Jeremiah
Waterpig
Waterpig
parent
902c834e83
commit
c72d1dcf48
@@ -915,7 +915,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/window/reinforced/tinted/frosted/spaw
|
||||
return ..()
|
||||
if(istype(W, /obj/item/paper) && atom_integrity < max_integrity)
|
||||
user.visible_message(span_notice("[user] starts to patch the holes in \the [src]."))
|
||||
if(do_after(user, 20, target = src))
|
||||
if(do_after(user, 2 SECONDS, target = src))
|
||||
atom_integrity = min(atom_integrity+4,max_integrity)
|
||||
qdel(W)
|
||||
user.visible_message(span_notice("[user] patches some of the holes in \the [src]."))
|
||||
|
||||
Reference in New Issue
Block a user