mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Merge pull request #10666 from duncathan/fuck
Restores RPD placement delay for disposals (#10645)
This commit is contained in:
@@ -575,7 +575,7 @@ var/global/list/RPD_recipes=list(
|
||||
return 0
|
||||
user << "<span class='notice'>You start building pipes...</span>"
|
||||
playsound(get_turf(src), 'sound/machines/click.ogg', 50, 1)
|
||||
if(do_after(user, 2, target = A))
|
||||
if(do_after(user, 20, target = A))
|
||||
var/obj/structure/disposalconstruct/C = new (A, queued_p_type ,queued_p_dir)
|
||||
|
||||
if(!C.can_place())
|
||||
|
||||
Reference in New Issue
Block a user