mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fixes small typo in girders.dm
Prevented borgs building a false wall Fixes #10874
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
return
|
||||
user << "<span class='notice'>You start building a false wall...</span>"
|
||||
if(do_after(user, 20, target = src))
|
||||
if(!src.loc || !S || S.amount < 2)
|
||||
if(!src.loc || !S || S.get_amount(2))
|
||||
return
|
||||
S.use(2)
|
||||
user << "<span class='notice'>You create a false wall. Push on it to open or close the passage.</span>"
|
||||
|
||||
Reference in New Issue
Block a user