Skip to content

Commit

Permalink
deliver items gain no more gold to cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
AloeNeverDie committed Jan 19, 2025
1 parent 3d0b0c0 commit 9863f48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/datums/elements/deliver_first.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,14 @@
///signal called by successfully opening target
/datum/element/deliver_first/proc/on_post_open(obj/structure/closet/target, mob/living/user, force)
SIGNAL_HANDLER
//BANDASTATION REMOVAL START
/**
if(area_check(target))
//noice, delivered!
var/datum/bank_account/cargo_account = SSeconomy.get_dep_account(ACCOUNT_CAR)
cargo_account.adjust_money(payment)
*/
//BANDASTATION REMOVAL END
remove_lock(target)

///called to remove the element in a flavorful way, either from delivery or from emagging/breaking open the crate
Expand Down

0 comments on commit 9863f48

Please sign in to comment.