mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-03 21:00:19 +00:00
* New dogborgo!
-Oh god this has been my best worst robopup idea so far lmao.
-Added janitor type dogborg.
-Its speciality is a modified sleeperbelly fitted to ingest stuff too!
-This might be very problematic in the wrong hands lmao.
-Increased sleepergurgle item charge from 10 to 100. 10 was so little that the whole code bit for item gurgle charge was practically useless.
-New module hud icons for all dogborgs.
-Removed the unused movement state icons from the static dogborgs.
* A tiny fix for a tiny issue.
* Oh whoops I had to forget something.
* :^↕
* Reworked the icon titles for the improper sleepers
* Animated janihound move states.
Fixed compactor gut.
Cleaned up the runover cleaning fucntion.
* Garbage puppy update: Part 2
-Animated walkcycle icons.
-Fixed compactor gut to work on humans too.
-Cleaned up the runover cleaning function. No water reserve mechanics yet tho.
-Removed some empty blank icons from widerobots.
* Travis being a butt again.
* Defiance to mark the line changed :v
* Added compactor capacity limit.
-Also slightly increased charge reward and gurglesound chance.
* Some fixing and reworking on the compactor noms.
* Cleanup credit for Leshana
* Another framerate tweak.
* Revert "Another framerate tweak."
This reverts commit bfd9f0d8e1.
* Restrict gulpling to /obj/item for type safety on certain special objects.
* Framerate fix.
-Readding the framerate tweaks without the rogue file junk.
-Also renamed the cover overlays to panel so they should probably work now as well.
* Framerate tweak fix.
-Readds the tweak without rogue junk files ruining everything.
-Also renamed the open cover overlays to panel so they should work again.
* I love you too travis.
(Yet another rejection due to the unrelated open space random bug.)
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
/hook/startup/proc/modules_vr()
|
|
robot_module_types += "Medihound"
|
|
robot_module_types += "K9"
|
|
robot_module_types += "Janihound"
|
|
return 1
|