* Map gen verb is now limited to those with server access.
* Added Z layer support.
Conflicts:
code/modules/admin/admin_verbs.dm
nano/images/nanomap.png
rewrite cos damn!
No more spam names... worst they can get is one of each type in a name.
CM won't accept anything that's been cerealized (at any point), DF and
grill will accept things that have been in them before, but you'll end
up with a burned mess, a cloud of smoke, and the chance of a small fire
Revert "Made hyperzine same color as salt, because HAHA"
This reverts commit b23b5b62d9.
Conflicts:
code/modules/reagents/Chemistry-Reagents.dm
Revert "Made hyperzine harder to make properly."
This reverts commit 489cdf0096.
Removes Benazine
Revert "Nerfs for OD"
This reverts commit 4b94406efb.
Revert "Hyperzine fix"
This reverts commit d6702496f9.
Conflicts:
code/modules/reagents/Chemistry-Reagents.dm
Revert "Made Cyanide more deadly, added OD to Hyperzine"
This reverts commit 1cb87e07cf.
- Added colored lights to all listed computers
- Should be fullly functional
- Uses the code Pomf used for Telecomms Computer testing
Conflicts:
code/game/machinery/computer/arcade.dm
code/game/machinery/computer/card.dm
code/game/machinery/computer/prisoner.dm
code/game/machinery/computer/station_alert.dm
code/game/machinery/telecomms/traffic_control.dm
- Laptops now have status icon which shows status of their internal battery.
- Adds support for "status bar" - allows more status icons in future (such as, network connection? time? whatever), status bar icons should be 16x16px
- Reworked card reader code, it's cleaner and less copypaste now
- Updated medical records, security records and HoP card computer to work with the update. It's however possible i missed something, can't go through all computers in game. Tell me if you find something that's broken due to this, i will fix it ASAP.
- Security records color for "none" security status changed a bit so it doesn't burn eyes of anyone trying to read it (issue #5571 - white on light green? Bad choice imo)
- Multi-card readers now actually WORK for laptops. This includes security records (issue #5569) and medical records (same case, just not reported). You still have to insert your card into read slot, if you insert it into wrong slot notification will be shown that you should use read slot instead of write one.
Camera network key itself is useless without security camera program. Created hidden version of this program and added it to each laptop. In short: it works.
i can't believe after all this time animals still use FEA instead of ZAS.
this should fix the "random" animal deaths.
Conflicts:
code/modules/mob/living/simple_animal/simple_animal.dm
no calling by clientless mobs, this should save several thousand wasted calls.
turning the massive string list that would be defined each call into a global list.
the chance the same dream gets picked twice is negletable.
Conflicts:
code/modules/flufftext/Dreaming.dm