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-01-14 02:43:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
609d65af58d0100dd3bfcf280de2f05e9884ded8
Bubberstation
/
code
/
modules
/
assembly
History
xxalpha
b2e84a0d3c
Put drop_item() calls inside ifs. Replaced some drop_item() with unEquip(
2015-06-14 20:11:40 +01:00
..
assembly.dm
attackby() now has an argument containing the parameters of the click that called it. Items placed on tables now center their icon where the user clicked. this is NOT true for racks, since racks look organised in their sprite.
2015-02-19 13:02:43 +00:00
bomb.dm
Put drop_item() calls inside ifs. Replaced some drop_item() with unEquip(
2015-06-14 20:11:40 +01:00
helpers.dm
Updates more paths, for example obj/stuff to /obj/stuff
2015-05-31 17:48:33 +02:00
holder.dm
Adds feedback gathering for a hell of a lot more things.
2015-06-09 21:52:46 -07:00
igniter.dm
…
infrared.dm
Fixes object processing list by replacing "SSobj.processing.Add" by "SSobj.processing |= " to avoid having duplicated objects in the list, meaning the objects would be processed more than once per iteration.
2015-02-14 14:18:49 +01:00
mousetrap.dm
upgrades the HARDFEET species flag to PIERCEIMMUNE
2015-05-31 18:54:30 -04:00
proximity.dm
Code cleanup
2015-03-13 10:41:00 -07:00
shock_kit.dm
attackby() now has an argument containing the parameters of the click that called it. Items placed on tables now center their icon where the user clicked. this is NOT true for racks, since racks look organised in their sprite.
2015-02-19 13:02:43 +00:00
signaler.dm
Recieve --> receive grammarfix
2015-04-03 19:42:34 +03:00
timer.dm
Fixes object processing list by replacing "SSobj.processing.Add" by "SSobj.processing |= " to avoid having duplicated objects in the list, meaning the objects would be processed more than once per iteration.
2015-02-14 14:18:49 +01:00
voice.dm
Adds a verb_exclaim var.
Fixes
#8478
.
2015-03-22 18:55:59 +01:00