This website requires JavaScript.
Explore
Help
Sign In
coffeeshits
/
kiwistation
Watch
1
Star
0
Fork
0
You've already forked kiwistation
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
255fe983dd7585705400d0065c3fc523398dc3fe
kiwistation
/
code
/
modules
/
mob
T
History
Cheridan
255fe983dd
Hair Update Attempt 2
...
makes some hairs look better adds fiveoclock shadow beard
2013-04-02 12:15:39 -05:00
..
dead
Committing carn's modifications to events and other things. Full details below.
2013-02-17 11:44:37 +00:00
living
Merge pull request
#167
from Petethegoat/implantdiskfix
2013-04-01 10:32:17 -07:00
new_player
Hair Update Attempt 2
2013-04-02 12:15:39 -05:00
death.dm
- A change to 'who' for admins, which now displays more information. Amongst these is the ckey of the person, the name of the character they're playing, their status as alive, unconscious, dead or observing (joined as observer) and whether they are an antagonist or not. Along with this you get an adminhelp-style (?) link which displays further information about the person. While this might not be considered a 'bugfix' it is necessary due to the removal of the tensioner panel as it gives a quick overview of how many people are alive and how many are dead.
2012-08-15 00:24:24 +00:00
inventory.dm
Changes for all the different update icons procs of humans and monkeys, they now update their own sprite and hud icon (if it's a proc of a slot item) without having to call for update_icons().
2013-03-04 05:01:07 +00:00
login.dm
Admin ranks now use bitfields for permissions. Rather than checking the name of the rank, adminverbs will now check holder.rights to see if it has certain bits turned on.
2012-11-02 10:23:04 +00:00
logout.dm
Changed some global_list stuff:
2012-10-24 20:11:39 +00:00
mob_cleanup.dm
Fixed and improved the get_accessible_location() proc.
2013-02-21 00:53:45 +00:00
mob_defines.dm
Moved
2013-02-17 18:53:09 +00:00
mob_grab.dm
Abstract items no longer show up on examine.
2013-03-24 23:43:58 +00:00
mob_helpers.dm
Very minor optimization to MrPerson's changes.
2013-03-18 03:15:31 +00:00
mob_movement.dm
Adding google code commits r5836 to r5849. RIP in peace google code.
2013-03-11 04:26:54 +00:00
mob_transformation_simple.dm
Runtime fixes for admins using simple transformations on ghosts, and the mobs getting dna = null
2013-01-09 18:21:39 +00:00
mob.dm
Overhauled grabs. They should pretty much do the same thing as before, although they should be a fair bit more effective.
2013-03-07 01:30:29 +00:00
say.dm
- Added killswitches to say, whisper, me, ooc, adminhelp and pray to try to determine if communication verbs are the cause of the constant lag we're getting. Toggle the killswitch with the 'disable communication verbs' verb, available in debug verbs.
2013-01-18 03:04:46 +00:00
screen.dm
New sprites for alien zone selection from Cheri~
2013-03-08 23:10:24 +00:00
transform_procs.dm
Removed mind.original
2013-03-11 05:40:21 -07:00
update_icons.dm
- Made legcuffs a thing. At the moment the only legcuff type is the beartrap, but it needs sprites before it can get added to the map. The bear-trap triggers when you arm it and then someone runs over it. It attaches to their leg, making them unable to run until they remove it. You remove a legcuff by resisting out of it or by getting someone else to do it for you in the same way that handcuffs are removed. Resisting out of a beartrap takes
2012-07-24 07:09:57 +00:00