mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user