Guti
32b72dd00b
Fixes various runtimes regarding balloon alerts ( #8748 )
2024-08-10 07:33:54 +02:00
Cadyn
ccad338c93
Tgpanel ( #8007 )
...
Co-authored-by: ItsSelis <selis@xynolabs.com >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
Co-authored-by: Raeschen <rycoop29@gmail.com >
2024-03-24 12:19:07 +01:00
Guti
172e1c7c12
Balloon Alerts ( #7877 )
2024-03-15 07:40:14 +01:00
Raeschen
9b958aa80d
Fix synths infinitely renaming on MMI insertion ( #7823 )
2024-02-24 23:22:41 +01:00
tacoguy7765093
27c70dd144
Buffs the speed of all surgeries plus minor change. ( #7631 )
2024-01-28 18:30:12 -05:00
Heroman3003
8ab9a847d0
cleans up so many to_chats so they use vchat filters, unsorted chat filter for everything else
2023-03-10 06:51:22 +00:00
Casey
76280d914e
Medical tweaks and Medical Malpractice
2022-10-10 02:58:53 +00:00
Nadyr
20ed421ff1
Merge pull request #4394 from VictorZisthus/robobrutefix
...
Robotics Brute Repair Surgery Fix
2022-06-22 23:13:10 -04:00
Victor Zisthus
fdbe666bcf
Right.
...
This should be it. Guess I edited more than I thought.
2022-06-19 18:47:29 -04:00
Victor Zisthus
8c6591b64c
Revert "..."
...
This reverts commit fd55a0f8d4 .
2022-06-19 18:33:32 -04:00
Victor Zisthus
b66850eab9
Revert "agony"
...
This reverts commit d06009ec90 .
2022-06-19 18:33:27 -04:00
Victor Zisthus
00837bb013
Revert "suffering"
...
This reverts commit b49da85b30 .
2022-06-19 18:33:23 -04:00
Victor Zisthus
a3ac111dd2
Revert "adsfgh"
...
This reverts commit 8acbd85772 .
2022-06-19 18:33:19 -04:00
Victor Zisthus
8acbd85772
adsfgh
2022-06-19 18:29:26 -04:00
Victor Zisthus
b49da85b30
suffering
2022-06-19 18:26:38 -04:00
Victor Zisthus
d06009ec90
agony
2022-06-19 18:25:23 -04:00
Victor Zisthus
fd55a0f8d4
...
...
How in the heck did those lines become 4 spaces instead of one tab?
2022-06-19 18:23:39 -04:00
Victor Zisthus
7e5cbb4efb
Comments
...
This should be sent upstream.
2022-06-19 18:16:57 -04:00
Victor Zisthus
03bc532265
Robotics Brute Repair Surgery Fix
...
Added BASIC FEEDBACK in the form of a damage check for the surgery step so people stop attacking their patients on the operating table mid-surgery.
2022-06-19 18:14:17 -04:00
Casey
928a321b5f
TGUI Input Conversions
2022-06-19 03:59:14 +00:00
Novacat
9bd14b52cb
Merge pull request #11481 from VOREStation/upstream-merge-8226
...
[MIRROR] Fixes infinite naming loop
2021-08-24 23:57:37 +00:00
Chompstation Bot
b6e1989a01
The One Where I Port Modals
2021-06-30 19:29:34 +00:00
Verkister
001e53596d
better way
2020-08-11 15:14:06 +03:00
Verkister
bfbdc686df
Fixes synth brain transplant forcing bad real_name
...
-Fixes the synth brain transplant rename prompt being a) broken, and b) having the capability to force a contaminated and unsanitized real_name var for the body, which in turn has the capability to kill regex and cause big issues.
In other words: an unnamed synth body wearing a person's ID gets their display name shown as "Unknown (as name)". The problematic part is that the brain transplant procedure here forces the new body to rename itself by the copied display name, AND also forces the real_name var into that without sanitizing. This causes the chat mention system to divide the unsanitized name into 3 names "Unknown", "(as", and "name)" and to shove these into regex to look for, and the rogue () in the names makes regex commit die and likely also break map loading and stuff.
2020-08-11 14:59:21 +03:00
Aronai Sieyes
91d4e6897a
Prosthetic Expansion: Advent of Species
...
Update robolimbs.dm
Update vorestation.dme
Update prosfab_designs.dm
Fix prosfab_designs.dm
2020-03-14 14:04:06 -04:00
Arokha Sieyes
47ccc655db
Deprecate the stream operator
2020-02-12 19:38:43 -05:00
Atermonera
571fe9f734
Merge pull request #6667 from Heroman3003/voidsuti-surgery
...
Prevents surgery from being done while wearing a voidsuit
2020-02-10 16:03:04 -05:00
Arokha Sieyes
b099ac6e4c
Merge branch 'master' of https://github.com/VOREStation/Polaris into sync-09272018
...
# Conflicts:
# code/__defines/holomap.dm
# code/__defines/mobs.dm
# code/_helpers/icons.dm
# code/_helpers/unsorted.dm
# code/_onclick/hud/hud.dm
# code/_onclick/item_attack.dm
# code/controllers/Processes/supply.dm
# code/controllers/subsystems/planets.dm
# code/datums/supplypacks/munitions.dm
# code/datums/supplypacks/science.dm
# code/datums/supplypacks/security.dm
# code/datums/supplypacks/supply.dm
# code/game/area/Space Station 13 areas.dm
# code/game/atoms_movable.dm
# code/game/machinery/autolathe.dm
# code/game/machinery/doors/door.dm
# code/game/machinery/jukebox.dm
# code/game/machinery/recharger.dm
# code/game/machinery/vending.dm
# code/game/mecha/equipment/tools/medical_tools.dm
# code/game/mecha/equipment/weapons/weapons.dm
# code/game/objects/items/devices/PDA/PDA.dm
# code/game/objects/items/devices/megaphone.dm
# code/game/objects/items/poi_items.dm
# code/game/objects/items/weapons/implants/implantlanguage.dm
# code/game/objects/items/weapons/storage/firstaid.dm
# code/game/objects/items/weapons/tools/weldingtool.dm
# code/game/objects/structures/flora/trees.dm
# code/game/objects/structures/plasticflaps.dm
# code/game/supplyshuttle.dm
# code/game/turfs/simulated/wall_attacks.dm
# code/modules/admin/admin_verbs.dm
# code/modules/assembly/infrared.dm
# code/modules/client/client procs.dm
# code/modules/client/preference_setup/loadout/loadout_utility.dm
# code/modules/client/preferences.dm
# code/modules/clothing/suits/miscellaneous.dm
# code/modules/holomap/holomap_datum.dm
# code/modules/holomap/station_holomap.dm
# code/modules/integrated_electronics/core/printer.dm
# code/modules/mining/machine_processing.dm
# code/modules/mob/living/carbon/human/human_defense.dm
# code/modules/mob/living/carbon/human/species/virtual_reality/avatar.dm
# code/modules/mob/living/death.dm
# code/modules/mob/living/silicon/ai/ai.dm
# code/modules/mob/living/silicon/pai/pai.dm
# code/modules/mob/living/silicon/robot/robot.dm
# code/modules/mob/living/simple_animal/animals/parrot.dm
# code/modules/mob/mob_movement.dm
# code/modules/organs/organ_external.dm
# code/modules/organs/organ_icon.dm
# code/modules/organs/subtypes/standard.dm
# code/modules/planet/weather.dm
# code/modules/power/cable.dm
# code/modules/power/fusion/core/core_control.dm
# code/modules/power/fusion/fuel_assembly/fuel_control.dm
# code/modules/power/fusion/gyrotron/gyrotron_control.dm
# code/modules/projectiles/gun.dm
# code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm
# config/names/first_name_skrell.txt
# config/names/last_name_skrell.txt
# icons/mob/head.dmi
# icons/mob/robots.dmi
# icons/mob/species/tajaran/helmet.dmi
# icons/obj/ammo.dmi
# icons/obj/gun.dmi
# icons/obj/mining.dmi
# icons/obj/projectiles.dmi
# icons/obj/rig_modules.dmi
# icons/obj/surgery.dmi
# icons/turf/walls.dmi
# maps/southern_cross/southern_cross-1.dmm
# maps/southern_cross/southern_cross-3.dmm
# maps/southern_cross/southern_cross-6.dmm
# maps/southern_cross/southern_cross-8.dmm
# maps/submaps/surface_submaps/mountains/backup/IceCave1.dmm
# maps/submaps/surface_submaps/mountains/backup/IceCave1A.dmm
# maps/submaps/surface_submaps/mountains/backup/IceCave1B.dmm
# maps/submaps/surface_submaps/mountains/backup/IceCave1C.dmm
# maps/submaps/surface_submaps/mountains/crashedcontainmentshuttle.dmm
# maps/submaps/surface_submaps/mountains/deadspy.dmm
# maps/submaps/surface_submaps/mountains/mountains_areas.dm
# maps/submaps/surface_submaps/plains/Thiefc.dmm
# maps/~map_system/maps.dm
# vorestation.dme
2018-09-27 18:01:09 -04:00
Anewbe
c2794c571d
Hopefully fixes some tool-conversion things
2018-08-03 15:13:29 -05:00
Anewbe
7f84aeab9f
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into is_tool
2018-08-02 22:35:14 -05:00
Anewbe
729ce71aa0
Converts most istype(thing,tool) procs into an appropriate thing.is_tool() format
2018-08-02 21:45:15 -05:00
Arokha Sieyes
794185d3f2
Fixes infinite loop in FBP naming w/o client
2018-03-29 23:46:19 -04:00
Arokha Sieyes
657e98f11c
POLARIS: Fixes #3264 (VS) - MMI insertion sanitizes w/o numbers allowed
2018-03-25 17:01:32 -04:00
Arokha Sieyes
bf0babb9ec
POLARIS: Fixes #3264 (VS) - MMI insertion sanitizes w/o numbers allowed
2018-03-20 14:58:00 -04:00
Arokha Sieyes
99032248ab
Lifelike oversights
2018-03-17 12:14:13 -04:00
Arokha Sieyes
2107372404
Protean species
2018-03-17 12:14:13 -04:00
Arokha Sieyes
ff228754b3
Merge polaris sync 01 17 2018
...
Planes, layers, human/update_icon()
2018-01-17 17:56:51 -05:00
Mechoid
5efc484595
Makes knives all knives.
2018-01-12 18:02:07 -08:00
killer653
3a2093ef40
Polaris sync
2017-12-21 04:01:07 -05:00
Anewbe
b1c16837cb
Redoes the whole surgery PR
2017-12-08 18:35:50 -06:00
Cameron Lennox
15a6472d14
Pol Sync
2017-10-08 17:44:25 -04:00
MisterLayne
c967d4cf6e
Fixes cables on FBPs (and probably cyborgs)
2017-09-27 15:56:25 -04:00
killer653
2755d3ddb1
HOTFIX
2017-09-21 20:26:48 -04:00
PrismaticGynoid
9c1bb56522
Brain transplants, synthetics, and languages
...
Brains now retain languages from the mob they were removed from, rather than forgetting them. Languages are also retained when a brain is transplanted into a new body.
AIs, as well as cyborgs/robots/drones, will load languages from your currently-active preferences when they spawn (just like humanoid mobs do). Brains removed from cyborgs/robots/drones will retain their original languages regardless of the current module.
Brains in MMIs can now speak EAL if they know it, and additionally fixes #2832 - sign language will no longer be usable when lacking both hands. Also fixes silicons being told the wrong language prefix by the known languages window, as it was still showing ':', leading to much confusion among new borg players.
Known issues:
AIs who can use sign language can use it even without a holopad - I'm not sure how to have it check for that. This could be seen as a non-issue, as signs could conceivably be displayed on the AI's screen.
AIs signing over holopad will also have the language verbs overridden by the synth speech verbs (states/queries/declares). I'm pretty sure this has something to do with the already-existing bug that all languages can be understood by everyone when an AI speaks them over holopad.
2017-09-06 20:14:17 -07:00
Arokha Sieyes
67bc8132a3
Allow MMI/Posi/Digi brains w/o minds to be put in
...
Right now if you try to put an empty posibrain into a mob it won't let you. But with resleeving, this might be just the step before putting a mind in them, so that's sort of not how it should work. When it was just a ghost-trap object that ghosts could get into, maybe, but it's moved beyond that.
2017-03-12 01:15:40 -05:00
Anewbe
ac4b355f5e
Surgical tools will no longer cause damage on help intent
2017-01-21 18:34:05 -06:00
Anewbe
18b15163f6
Fixes some surgery bugs
2016-10-28 23:19:27 -05:00
Yoshax
755b9f0788
Halves cable amount required for deep intensive FBP/robotic stuff repair
2016-07-28 15:48:13 +01:00
Yoshax
d4d76b07a7
Makes FBP burn repair actually work
2016-07-22 03:57:29 +01:00
HarpyEagle
fc063115df
Makes do_surgery() into an item proc, refactors medical stack application
...
Surgery is now handled before attack() is called, no need to check that in attack()
2016-06-17 18:08:36 +01:00