c4 now takes 3 seconds instead of 5 to plant (#1186)
This commit is contained in:
committed by
kevinz000
parent
4e381aaca4
commit
6c79b06e2c
@@ -235,7 +235,7 @@
|
||||
|
||||
to_chat(user, "<span class='notice'>You start planting the bomb...</span>")
|
||||
|
||||
if(do_after(user, 50, target = AM))
|
||||
if(do_after(user, 30, target = AM))
|
||||
if(!user.temporarilyRemoveItemFromInventory(src))
|
||||
return
|
||||
src.target = AM
|
||||
|
||||
Reference in New Issue
Block a user