* Finally fixed the proximity runtime
Also fixed some misue of Move(d)s and destroys
* Fixed remove_from_proximity_list
* Fine, we'll do it your way
* Should sense/update loc here as well
* Assume deez nuts
* Fixes smoothing when repairing reinforced walls
🆑
add: Girders now offer hints to their deconstruction when examined.
:/cl:
Fixes#22805.
- Removes some unused code in unsorted.dm
- Replaces is_pointed with a global list and a #define
- Removes some trailing returns
- Makes thermite use QDEL_IN rather than spawn()
- Girders (especially reinforced girders) now offer hints to how to
destruct them.
* Moves is_pointed to is_helpers
This affects all false walls, but only plastitanium false walls are
affected because it's initial icon is not named 'wall', it's named
'wall3' which, in the dmi file, is the same as titanium, causing the
false wall to reset to the incorrect icon.
* Allows syringes and droppers to show their reagents when examined.
* rearranges my logic
* replaces SEMIOPENCONTAINER with TRANSPARENT
* Silly spelling error fix.
* Moves the defines from flags to container_type to avoid issues with conflicting flags
* changes it back to obj/item/O
* Moves the OPENCONTAINER and TRANSPARENT defines to the reagents.dm
* Adds key logging to abandoned crate explosions
Adds key logging to abandoned crate explosions in order to determine who
detonated an abandoned crate.
* Moves logging under user check
User logging only occurs if there's a user to log.
* Minor grammer update
The potential for 'has detonated a abandoned crate' bothered me.
* Fixed being able to hold twohanded-required items in one hand
Fixed dualsabers changing their weight_class and hitsound when unsuccessfully wielded
* Fixed ctf flags being unpickupable
* MMI'd clockcultists put in AI cores will properly lose clockcult
* uuuuugh
* fix the core while we're at it
* "
* mrrp
* this will also follow you around
* hmm
Replaces the drone shells on the derelict space station ruin with unique
drone shell spawns, making them detectable via the orbit command, like
most lavaland ghost role spawners currently are.
* Notice boards can use authorization
* stock notice boards for the heads of staff
* Title of the UI uses the notice board's name
* Add notice boards for heads of staff to boxstation
* formatting oversight
* noticeboards use proper examinate behaviour for paper
* You can now put images on the noticeboard
* Made interacting with the noticeboard not annoying
* Revert "Add notice boards for heads of staff to boxstation"
This reverts commit 56a30da0957ac3679bcd84744d54c526543802c1.
* code review
* properly restrict locate()