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-09 08:10:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
51e46ef80aed097ecda8a7b2b50a5b6fd24cbf02
Bubberstation
/
code
/
modules
/
mob
T
History
Alex
51e46ef80a
Merge pull request
#4211
from Firecage/AIcode
...
Fixes AI code a bit >.>
2014-07-22 15:16:27 +01:00
..
camera
Fixes cyborgs spawning as ghosts.
2014-04-13 13:04:36 +01:00
dead
ghostize() won't create mindless ghosts of a fake ckey generated by aghost anymore.
2014-04-30 07:15:20 -03:00
living
Fixes AI code a bit >.>
2014-07-21 14:21:41 +02:00
new_player
Fix pressing ready button multiple times when connecting causing the button state to flip back and forth
2014-07-19 21:55:38 -07:00
death.dm
…
inventory.dm
Added a "put_in_hand_check" which returns 1 if the item can be equipped in the hand. Replaced the duplicated checks in "put_in_l/r_hand"
2014-04-28 19:26:09 +01:00
login.dm
Fixes hotkey mode always being set during login. winget() was returning "true", not 1 or 0. It now compares for the string.
2014-04-21 00:40:23 +01:00
logout.dm
…
mob_cleanup.dm
…
mob_defines.dm
Removing TLE comment stamps and useless comments
2014-03-13 08:25:28 -05:00
mob_grab.dm
Make grabs GC, fix a grab related runtime
2014-04-20 09:14:16 -07:00
mob_helpers.dm
Merge branch 'master' of
https://github.com/tgstation/-tg-station
into Issue3401
2014-07-07 13:42:31 -04:00
mob_movement.dm
Merge branch 'master' of
https://github.com/tgstation/-tg-station
into gravity_bounce
2014-06-09 20:26:17 +01:00
mob_transformation_simple.dm
New Human Mobs will have the appearance of the client's preferences
2014-04-27 14:40:28 -06:00
mob.dm
Fuck fucking spaces
2014-07-21 14:56:23 +02:00
say.dm
…
transform_procs.dm
Merge branch 'master' of
https://github.com/tgstation/-tg-station
into Issue3401
2014-07-07 13:42:31 -04:00
update_icons.dm
…