luciensadi / AwakeMUD

The Community Edition fork of the 'Awakened Worlds' Shadowrun 3 MUD codebase.
Other
56 stars 32 forks source link

Why is loading credsticks forbidden for staff? #96

Closed luciensadi closed 9 months ago

luciensadi commented 7 years ago

Several questions here:

luciensadi commented 6 years ago

As part of answering this question, I'm revisiting the logging around perform_give to ensure that it logs the value of things being given rather than just the name/item number. This is important for credsticks, parts, chips, and many other things that I'm probably forgetting, and is likely why giving credsticks was banned in the first place (no logging for how much was on the stick means 'oh, I gave that credstick as a 1k quest reward' was a valid avenue for giving your favorite mort billions of untraceable nuyen).

luciensadi commented 6 years ago

Added skeleton of logging in 6a2e8a9b20e322b1bb39b8234ff5029c24299c36.

luciensadi commented 6 years ago

Disabled credstick-load blocking in ddcde80f667fdc0ffee3535f0387a1af64da18ca. Reinstate this by uncommenting.