- Automatic nexus placing time changed to 15 minutes(from 2)
- Follow button for divine telepathy for ghosts
- Divine telepathy's color is now God's color.
- Prophet's gear(hat and staff) prioritizes the backpack instead of automatically equipping.
- CTF spawn protection trap is no longer constructable
- Added follow buttons in check antag panel(admins)
- Changed the order of traitor panel for HoG
These are the files with just tiny tweaks. Mostly modify an object's attackby so it does "return ..()" instead of "..()".
If there are other things in this commit, the PR's description will explain them.
Moves everything on a 15+ layer to a plane. So now you get screen catcher (-99, was already on a plane), lighting (15), effects that ignore lighting (16), fullscreen UI effects (18), screen objects used to build the UI (19), actual equipment in the UI slots (20), and everything else (0).
Also created a file to contain plane and layer defines for hopeful eventual use.
Hopefully this doesn't change anything now but does enable some nifty new features in the future.
* Drones spawn with undroppable chameleon helmets
With a random apperance, for SURPRISES.
* Given drones regenerate_icons() proc
This legacy proc is still used by chameleon items, so drones
get one as well.
* Added drone chameleonmasks that can be toggled
Toggle your custom headgear between hat or mask, be the talk of the town.
* RIP default drone camogear
* Moved drone camoheadgear toggle to the item itself
Now we don't need to worry about clogging up the verbs.
* Added drone camo headgear icons
Thanks Nienhaus so much for spriting these.
* Drone camogear now has customised toggle button
As a side effect of this change, I've made a way of overriding the
normal icon behaviour for item related action datums. If you set
an icon state, it'll behave like a regular action datum, and use
that icon.
* Removed unneeded proc call
* Added 'random' icon to actions.dmi
I borrowed the 'slots1' icon from icons/obj/economy.dmi
* Button to randomise drone camogear apperance
That's THREE GUI BUTTONS for the price of one.
* Made "snowflake" drones; start with drone camogear
* Snowflake drone shell dispensers
(Obviously.)
1. makes krav maga gloves pathed under black gloves for fire resistance
2. adds sprites for krav maga gloves to hands.dmi and gloves.dmi
3. sets up a var to prevent krav gloves from being cut into fingerless gloves in color.dm
4. makes sec use the new path for krav gloves in security.dm
1. actually adds icons that i forgot to commit to actions.dmi
2. makes leg sweep only do weaken(2) in krav_maga.dm, also adds a /sec subtype of krav maga gloves with a more obvious name
3. makes sec start with the /sec gloves in security.dm
4. makes the krav maga implant a toggle instead of giving you krav maga and deleting itself in implant_krav_maga.dm
5. adds my self to admins.txt
removes all counter/blocking related code and the related sound effect
makes krav maga use action buttons instead of verbs
renamed quick choke to lung punch
reduced stun time on leg sweep
removed head elbow, removed the help button (obsoleted by tooltips)
The configurable portion of ruin selection is now a blacklist instead of a whitelist.
Moves Lavaland files to be consistent with Space files.
All ruins are now valid for the sake of template generation (previously lava ones were but space ones weren't.