This website requires JavaScript.
Explore
Help
Sign In
cyberpresidentvanellope
/
Bubberstation
Watch
1
Star
0
Fork
0
You've already forked Bubberstation
mirror of
https://github.com/Bubberstation/Bubberstation.git
synced
2026-06-07 23:31:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
06e7f401cd8fbc6eb3afd0cba43dbc25aa85eec2
Bubberstation
/
code
/
modules
/
mob
T
History
Cheridan
5a83f85c83
Merge pull request
#804
from Ikarrus/tplog
...
Traitor Panel Improvements
2013-06-19 21:08:14 -07:00
..
dead
Resolves an issue with sanitize_hexcolor where it'd return an incomplete string such as ""
2013-06-16 11:08:39 +01:00
living
Standardized spelling of all instances of "Centcom"
2013-06-17 20:49:01 -06:00
new_player
Standardized spelling of all instances of "Centcom"
2013-06-17 20:49:01 -06:00
death.dm
Resolves
#283
2013-04-24 09:37:30 +01:00
inventory.dm
Removes equip_e -
Fixes
#423
2013-04-24 04:07:39 +01:00
login.dm
Mobs each now have a unique tag which are not after they are deleted (unlike byond's \ref[] macro)
2013-03-31 11:26:22 +01:00
logout.dm
…
mob_cleanup.dm
Fixed and improved the get_accessible_location() proc.
2013-02-21 00:53:45 +00:00
mob_defines.dm
Resolves
#283
2013-04-24 09:37:30 +01:00
mob_grab.dm
update_icons.dm changes for humans. This ties in with the dna changes and the changes to skin_tone and hair colours
2013-05-10 18:41:08 +01:00
mob_helpers.dm
Traitor Panel Improvements
2013-06-17 22:39:32 -06:00
mob_movement.dm
Removes equip_e -
Fixes
#423
2013-04-24 04:07:39 +01:00
mob_transformation_simple.dm
Resolves
#283
2013-04-24 09:37:30 +01:00
mob.dm
* CTRL+Clicking won't cancel a pull if you try to pull the same object.
2013-06-15 15:43:28 +01: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
Redo of zone_sel/Click() to be much simpler. Zone_sel is the paper doll on the screen where you choose what body part to target. Fewer sections under switch statements, plus a check to only update the icon if there's been a change.
2013-06-17 05:06:03 -07:00
transform_procs.dm
Fixed duration of the transformation.
2013-06-10 10:55:19 +02:00
update_icons.dm
…