mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Removes completing re-enforced girders with iron rods (#92163)
This commit is contained in:
@@ -96,12 +96,15 @@
|
||||
transfer_fingerprints_to(FW)
|
||||
qdel(src)
|
||||
return
|
||||
else if(state == GIRDER_REINF)
|
||||
balloon_alert(user, "need plasteel sheet!")
|
||||
return
|
||||
else
|
||||
if(rod.get_amount() < amount)
|
||||
balloon_alert(user, "need [amount] rods!")
|
||||
return
|
||||
balloon_alert(user, "adding plating...")
|
||||
if(do_after(user, 4 SECONDS * skill_modifier, target = src)) //SKYRAT EDIT
|
||||
balloon_alert(user, "adding rods...")
|
||||
if(do_after(user, 4 SECONDS * skill_modifier, target = src)) // BUBBER EDIT CHANGE - Skills - ORIGINAL: if(do_after(user, 4 SECONDS, target = src))
|
||||
if(rod.get_amount() < amount)
|
||||
return
|
||||
rod.use(amount)
|
||||
|
||||
Reference in New Issue
Block a user