This commit is contained in:
lolman360
2020-08-24 00:35:12 +10:00
parent 6463d0b785
commit a032fb4a3d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -110,6 +110,8 @@
var/list/shapingsteps = list("weak hit", "strong hit", "heavy hit", "fold", "draw", "shrink", "bend", "punch", "upset") //weak/strong/heavy hit affect strength. All the other steps shape.
workpiece_state = WORKPIECE_INPROGRESS
var/stepdone = input(user, "How would you like to work the metal?") in shapingsteps
if(!do_after(user, 20, target = src))
return FALSE
switch(stepdone)
if("weak hit")
currentsteps += 1