Anewbe
a4fc2b9147
Merge pull request #6270 from Heroman3003/inviscrawl
...
Fixes invisible ventcrawlers
2019-07-06 21:35:17 -04:00
Poojawa
2e7e39c359
oh my fuck travis quit complaining
...
Travis doesn't like comments in the lists.
2019-02-02 08:17:32 -06:00
Poojawa
4f671f32ec
Update ventcrawl.dm
...
fucking indentation memes
2019-02-02 08:12:20 -06:00
Poojawa
a9d025b1f0
Shifts vore mobs to proper locations, cleans loose folder
...
also attempts a Travis complaint fix The command "awk -f tools/indentation.awk **/*.dm" exited with 1.
2019-02-02 08:07:20 -06:00
Cameron653
9dd973221d
Resolves compile errors with the exception of map errors.
2019-01-12 21:09:29 -05:00
Spades
5cb647993c
Conflicts resolved, excluding the .dme
2019-01-05 16:38:33 -05:00
Atermonera
2df5e9fe0e
Merges AI Branch into Master
2018-12-01 00:06:38 -05:00
Leshana
6756c5a483
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into polaris-sync-2018-03-30
...
# Conflicts:
# .travis.yml
# code/ATMOSPHERICS/components/unary/outlet_injector.dm
# code/__defines/_planes+layers.dm
# code/__defines/chemistry.dm
# code/__defines/mobs.dm
# code/_helpers/mobs.dm
# code/_onclick/hud/robot.dm
# code/game/area/areas.dm
# code/game/machinery/computer/supply.dm
# code/game/machinery/cryopod.dm
# code/game/machinery/doors/airlock.dm
# code/game/objects/items/devices/communicator/UI.dm
# code/game/objects/items/devices/communicator/messaging.dm
# code/game/sound.dm
# code/game/supplyshuttle.dm
# code/game/turfs/flooring/flooring_decals.dm
# code/modules/admin/admin.dm
# code/modules/client/preference_setup/occupation/occupation.dm
# code/modules/events/event_container.dm
# code/modules/mob/dead/observer/observer.dm
# code/modules/mob/language/language.dm
# code/modules/mob/living/carbon/human/human.dm
# code/modules/mob/living/carbon/human/human_powers.dm
# code/modules/mob/living/carbon/human/life.dm
# code/modules/mob/living/carbon/human/species/species_shapeshift.dm
# code/modules/mob/living/living.dm
# code/modules/mob/living/living_powers.dm
# code/modules/mob/living/say.dm
# code/modules/mob/living/simple_animal/animals/bear.dm
# code/modules/mob/living/simple_animal/animals/cat.dm
# code/modules/mob/living/simple_animal/animals/parrot.dm
# code/modules/mob/logout.dm
# code/modules/mob/mob_helpers.dm
# code/modules/organs/organ.dm
# code/modules/organs/organ_icon.dm
# code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm
# code/modules/reagents/reagent_containers/syringes.dm
# code/modules/shuttles/shuttle.dm
# html/changelogs/.all_changelog.yml
# maps/RandomZLevels/wildwest.dm
# maps/southern_cross/items/clothing/sc_head.dm
# maps/southern_cross/southern_cross-1.dmm
# vorestation.dme
2018-03-31 09:20:59 -04:00
Aronai Sieyes
7d3aec96fd
Arranges lots of things into planes ( #5072 )
...
* Rearranges a billion things into planes
* Make cryotubes fancy
* Update Travis
* Fix hiding logic
2018-03-28 12:59:12 -07:00
Arokha Sieyes
f6321228a0
POLARIS: Adds an animation thing, uses it on ventcrawls
2018-03-25 17:42:48 -04:00
Arokha Sieyes
e14857b169
POLARIS: Ventcrawling assistance
2018-03-25 17:07:54 -04:00
Arokha Sieyes
737abb9227
POLARIS: Ventcrawling assistance
2018-03-19 23:01:00 -04:00
Arokha Sieyes
399bcfa900
VS: Allow ventcrawling with bellies
2018-03-15 23:50:29 -04:00
Arokha Sieyes
bb4d4634f9
POLARIS: Adds an animation thing, uses it on ventcrawls
2018-03-15 23:50:14 -04:00
Arokha Sieyes
6da9eb5451
Fix HUD creation and ventcrawling
2018-02-21 17:47:19 -05:00
Neerti
4bfcec55f2
work
2017-09-04 21:52:47 -04:00
LorenLuke
8ed7b72aed
Splits item check back into mob-specific procs.
2017-04-19 10:10:56 -07:00
LorenLuke
7505061f4a
Fixes ventcrawling for spiderbots/implants/etc.
2017-04-15 13:59:54 -07:00
Arokha Sieyes
5425a06bc8
Fixes ventcrawl
...
Fixes #1202
2017-03-18 19:30:54 -04:00
Arokha Sieyes
0248ba0861
Don't allow ventcrawling if vents are welded
...
What's the point of welding vents, again?
2017-03-13 02:01:29 -04:00
MagmaRam
38aa0217f9
No longer able to crawl through welded vents.
2016-11-15 20:56:58 -06:00
Yoshax
95533dd3cb
Long, time-consuming not one-line fix
2016-09-21 17:16:51 +01:00
PsiOmegaDelta
79baa0258e
Tweaks vent crawling.
...
The ability to ventcrawl is now checked by the /handle_ventcrawl() proc, making it possible to properly check before and after the do_after() call.
Moves various checks into the base can_ventcrawl proc.
Now lists the first object that prevents a mob from ventcrawling, making it easier to correct the exception list.
Removes the issmall() check, instead checks if the crawling mob has the relevant verb. Fixes #14081 .
2016-09-21 17:16:12 +01:00
Zuhayr
18c2f33eab
Ported ventcrawling from vg.
2016-09-21 17:16:03 +01:00
Neerti
0a389a418b
Revert "Ported ventcrawling from vg."
2016-09-20 17:21:58 -04:00
PsiOmegaDelta
41129ab0d8
Tweaks vent crawling.
...
The ability to ventcrawl is now checked by the /handle_ventcrawl() proc, making it possible to properly check before and after the do_after() call.
Moves various checks into the base can_ventcrawl proc.
Now lists the first object that prevents a mob from ventcrawling, making it easier to correct the exception list.
Removes the issmall() check, instead checks if the crawling mob has the relevant verb. Fixes #14081 .
2016-09-16 19:43:44 +01:00
Zuhayr
843c48a9ee
Ported ventcrawling from vg.
2016-09-16 04:05:49 +01:00