Geeves
08964ec3f3
Hardsuit and Pickaxe Bugfixes ( #9594 )
2020-08-11 12:17:33 +02:00
Geeves
cc2bec8924
AI rig usage no longer spams admins ( #8320 )
2020-02-24 12:55:37 +01:00
Werner
af16a489a6
Removes Weapons ( #7415 )
...
* Adds icon and hitsound where needed.
* Moves alt_attack to /obj/item and deletes weapons.dm
* Replaced /obj/item/weapon with /obj/item
* Fixes merge issues.
* Fix merge issues.
2019-11-16 18:36:13 +01:00
LordFowl
8d436c4a03
Converts all necessary << outputs into the to_chat() macro. ( #6076 )
...
This PR will lead us towards the Promised Day, for in its wake there shall be much celebration and ecstasy as this world becomes a world suitable for developer hegemony. The first strike is thusly;
All << is converted into to_chat().
2019-03-10 23:39:03 +02:00
Zuhayr
4429f027e7
Replacing hardcoded key/name checks in rig admin alert with key_name_admin().
2015-08-24 16:44:17 +09:30
Zuhayr
90e51b87e3
Refactoring hardsuit click checking.
2015-08-23 02:14:55 +09:30
Zuhayr
a00ac82221
Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into hardsuitcontrol
...
Conflicts:
code/_onclick/rig.dm
2015-08-22 02:36:05 +09:30
Zuhayr
59d0e28aff
Allowed pAIs and AIs loaded into hardsuits to move and rest when control is enabled or the user is unconcious/dead.
...
Allows AIs/pAIs in rigs to use the selected module via middle click.
2015-08-13 17:09:22 +09:30
mwerezak
32b95445e3
Gives changeNextMove() a better name, default define
2015-06-30 22:29:45 -04:00
Kelenius
0071ed3f24
Merge branch 'dev' into ofClicksAndCooldowns
...
Conflicts:
code/_onclick/click.dm
code/_onclick/telekinesis.dm
code/game/machinery/deployable.dm
code/game/objects/items.dm
code/game/objects/structures/grille.dm
code/modules/mob/living/simple_animal/simple_animal.dm
code/setup.dm
2015-06-07 14:05:54 +03:00
GinjaNinja32
3b81d0987b
soft_assert addition
2015-05-23 19:41:42 +01:00
GinjaNinja32
11af65d1e0
Changes hardsuit activation button to a per-client toggle.
...
Currently toggleable between:
- middle-click (default)
- alt-click
- control-click
2015-05-23 14:00:09 +01:00