Another small bugfix bundle (#16260)

* Closet examine

* Lit welder inhands

* Capitalisation

* Cyber organ eating

* Nukie reinforcements code

* Welding tool lathe cost

* Patch pack dropping

* Welding tool fix

* Spacing

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
SabreML
2021-06-26 22:57:27 +01:00
committed by GitHub
co-authored by AffectedArc07
parent 6080189ea3
commit c266b27aed
9 changed files with 22 additions and 10 deletions
@@ -18,7 +18,8 @@
return FALSE
bitesize = 0
if(M.eat(src, user))
user.drop_item()
if(user.get_active_hand() == src)
user.drop_item() // Only drop if they're holding the patch directly
forceMove(M)
LAZYADD(M.processing_patches, src)
return TRUE