Commit Graph

17074 Commits

Author SHA1 Message Date
ZomgPonies
66d9ba3fb8 Fixing up vox and vox armalis gear 2014-05-14 22:24:34 -04:00
Rob Nelson
188593e452 SECURITY FIX: Custom borg names sanitized and copytext'd to MAX_NAME_LEN 2014-05-14 20:12:48 -04:00
Zuhayr
43e60ab01e Armalis gear and mob icons, plus sonic cannon.
Added sonic cannon skeleton code.

Noise cannon fire sound, Vox shriek sound.

Added Vox Armalis species.

Swapped vox breath mask over to species_restricted check.

Added Vox Armalis gear.

Added a random shriek effect to Vox and Vox Armalis speech.

Added quickspawn Vox Armalis definition.

Vox shriek sound effect. Thought I committed this earlier.

Added r_hand and l_hand icon_overwrite checks.

More work on Armalis. Added gut() and leap() human procs.

Adding/fixing up the leap() and gut() verbs, and a LEAPING status_flag for human/Bump().

Fixing some missing pixels in the armalis tail.

Almost forgot to whitelist armalis...

Conflicts:
	code/modules/clothing/spacesuits/alien.dm
	code/modules/mob/living/carbon/human/human.dm
	code/modules/mob/living/carbon/human/say.dm
	code/modules/mob/living/carbon/human/update_icons.dm
	icons/mob/suit.dmi
	icons/obj/clothing/gloves.dmi
	icons/obj/clothing/masks.dmi
	icons/obj/clothing/shoes.dmi
	icons/obj/gun.dmi
2014-05-14 18:24:01 -04:00
ZomgPonies
97765314ba Adds a language to Kidan as requested 2014-05-14 04:54:13 -04:00
Zuhayr
5ce82b0c71 Fixes #4810
Conflicts:
	code/modules/mob/living/carbon/monkey/life.dm
2014-05-14 04:40:54 -04:00
Rob Nelson
9d53cfa446 Moved Vox DMI to a subfolder, added species-based random-naming, fixed preview.
Tested.

Conflicts:
	code/game/gamemodes/vampire/vampire_powers.dm
	code/game/gamemodes/vox/heist/heist.dm
	code/modules/admin/verbs/one_click_antag.dm
	code/modules/events/heist.dm
	code/modules/mob/living/carbon/species.dm
	code/modules/mob/mob.dm
	code/modules/mob/new_player/new_player.dm
	code/modules/mob/new_player/preferences_setup.dm
2014-05-14 04:32:18 -04:00
ZomgPonies
582f3c4edc Fix being unable to respawn as mouse 2014-05-14 02:56:10 -04:00
ZomgPonies
e8ae55cead Wow, I must've been tired on that one. Fixes respawn as NPC. 2014-05-14 02:50:51 -04:00
Rob Nelson
058658f930 Add pod sprites and goonsmoke sprites for Pomf. 2014-05-14 01:27:56 -04:00
Zuhayr
f9fd80d639 Attempting to fix a bug involving resource stacks failing to appear when used.
Conflicts:
	code/modules/mob/living/silicon/robot/robot_modules.dm
2014-05-14 01:10:59 -04:00
Erthilo
1685262f31 Allows clothing to appear differently on different species. Needs sprites though.
Conflicts:
	code/game/objects/items.dm
	code/modules/clothing/under/color.dm
	code/modules/mob/living/carbon/human/update_icons.dm
	code/modules/mob/living/carbon/species.dm
2014-05-13 22:47:26 -04:00
ZomgPonies
8237b9cfea Merge branch 'master' of https://github.com/ZomgPonies/Paradise 2014-05-13 21:57:59 -04:00
Erthilo
288385ba66 Adds vox fitted uniforms and shoes to all jobs excluding sec, mime, and clown.
Conflicts:
	code/modules/clothing/under/color.dm
	code/modules/clothing/under/jobs/civilian.dm
	code/modules/mob/living/carbon/species.dm
	icons/mob/species/vox_w_uniform.dmi
2014-05-13 21:57:50 -04:00
alex-gh
640f925ef0 Merge pull request #201 from alex-gh/event_fixes
Event fixes
2014-05-13 18:17:03 +02:00
alex-gh
4a7e113cf5 Pyro anomaly tweaks
Pyro anomaly arrives much later after announcement, making it easier to disable.
Pyro anomaly now produces more plasma.
2014-05-13 17:20:28 +02:00
alex-gh
df71e810de Bluespace anomalies should no longer move disposal outlets 2014-05-13 17:17:30 +02:00
ikarrus
139f6bd099 Medbots no longer waste chemicals
Medbots will no longer expend the entire contents of their internal beaker on one patient.
2014-05-13 00:27:38 -04:00
Ccomp5950
8097d25b26 Bugfix: Brand new players will have a client.player_age of 0
Before:  When a client is created it's player_age variable is set to "Requires Database", then a select query is ran against the database to see if they have been seen before if they have logged in before this will have a row for them and it will set player age.  However if there is no row for them it doesn't change player_age from default.

After:   Before we check for an entry in the database we set their player_age to zero, we already checked we have a database connection so we know we will be able to pull this information and if we can't then it means they are a new player.  Set their player_age to zero and be done with it.

What this does:  Brand new players will no longer be able to bypass the jobs minimal age limit.
2014-05-13 00:15:11 -04:00
Ccomp5950
7c97361d86 Jobs you can't select are struckthrough instead of just being red.
Before:  It's going to be kinda confusing when a new player goes to setup their jobs and they see this: http://i.imgur.com/miK9Isk.png
Specifically "unavailable occupations are in red" and then a list of days till they can play that role but also RED [NEVER] which to a new player migth cause confusion thinking
they can never play that role.

After:  Remove the red and add a strikethrough ( http://i.imgur.com/BQ90xr6.png  ) to show "these jobs are unavailable" while making the other jobs look, well more available.

Conflicts:
	code/modules/client/preferences.dm
2014-05-13 00:14:00 -04:00
Zuhayr
0ccda98e3f Added a *chirp sound for diona nymphs. 2014-05-13 00:09:45 -04:00
ZomgPonies
cfaa0a2c1d Merge branch 'master' of https://github.com/ZomgPonies/Paradise 2014-05-13 00:09:31 -04:00
Zuhayr
31d661f1cd Adds inter-drone speak at close range (say) 2014-05-13 00:08:50 -04:00
Zuhayr
e87f4afbf2 Fixes no cooldown on shutdown drones, adds wood tiles and rglass to drone module, changes how regenerating resources work slightly.
Conflicts:
	code/modules/mob/living/silicon/robot/robot_modules.dm
2014-05-13 00:08:29 -04:00
ZomgPonies
a5b0732770 Merge pull request #199 from GhostAA12/master
Fixes smartfridge and Slime extract storage; Adds medical storage to replace the medicine cabinet
2014-05-12 23:25:23 -04:00
alex-gh
b6b5e0a9fc Changed drone laws to be more VG like 2014-05-13 02:44:31 +02:00
alex-gh
55ca21058d Added more default laws 2014-05-13 01:35:15 +02:00
AlexanderSeto
f188097edd Removed commented out code from smartfridge 2014-05-12 14:55:27 -07:00
AlexanderSeto
4b10b251cb This adds the medical fridge object and places it in medbay. 2014-05-12 14:49:52 -07:00
Necaladun
3d7fd0f83e Merge branch 'master' of https://github.com/ZomgPonies/Paradise 2014-05-13 03:52:57 +09:30
Necaladun
38b92bde0e Vox jumpsuits
Ripped vox jumpsuits for pancakeflipper
2014-05-13 03:34:46 +09:30
alex-gh
ca9d735b23 Map fixes - mostly disposals 2014-05-12 15:51:12 +02:00
Ccomp5950
1944048870 Canceling an IRC-adminPM will not send a blank message.
Ooops
2014-05-12 04:49:03 -04:00
Ccomp5950
327af807c1 You can now request player notes through IRC bots.
Conflicts:
	code/world.dm
2014-05-12 04:48:32 -04:00
Ccomp5950
ef9c8875d3 IRC-AdminPM is limited to 400 characters. 2014-05-12 04:45:38 -04:00
Ccomp5950
385a357e3d Added stationtime to ?status check in world/Topic() 2014-05-12 04:45:26 -04:00
Ccomp5950
15c889f186 Code for new bots allowing admins to PM Players via IRC and vice versa.
Conflicts:
	code/modules/ext_scripts/irc.dm
2014-05-12 04:45:13 -04:00
Zuhayr
b6f3649264 Allowed drones to decompile dead but not gibbed clientless drones. 2014-05-12 04:41:38 -04:00
Zuhayr
16b97cd58f Simplified robot repairs a lot for drones. No more organ damage for them.
Conflicts:
	code/modules/mob/living/silicon/robot/robot.dm
2014-05-12 04:41:17 -04:00
Zuhayr
69e4fa1801 Added a cooldown to CLONG CLONG from moving in disposals. 2014-05-12 04:38:29 -04:00
Zuhayr
e1bfc3cfe0 Allowed magnetic grippers to remove APC cells.
Conflicts:
	code/modules/power/apc.dm
2014-05-12 04:38:08 -04:00
Zuhayr
8c3ea8dac6 Made drone control consoles buildable/researchable. 2014-05-12 04:36:19 -04:00
Zuhayr
c599199a8e Fixes #4911 2014-05-12 03:11:15 -04:00
Zuhayr
0eb68ed3aa Fixes #4744 2014-05-12 03:10:59 -04:00
Zuhayr
fbbb3b50ce Fixes #4923 2014-05-12 03:10:37 -04:00
Zuhayr
dbdc032e49 Fixes lack of update on drone fabricator console. 2014-05-12 03:09:34 -04:00
Zuhayr
c46505f633 Stops drones from self-destructing or being locked down by the RD console. 2014-05-12 03:08:55 -04:00
Zuhayr
659f722b1d Fixes drone regeneration of materials issue. 2014-05-12 03:08:43 -04:00
Zuhayr
084004049a Fixes 'resource depleted' error for emagged drones. 2014-05-12 03:08:32 -04:00
Zuhayr
50873adbf8 Fixes the decompiler. Adds spiderlings, broken globes, mice and lizards as valid targets.
Conflicts:
	code/modules/mob/living/silicon/robot/drone/drone_items.dm
2014-05-12 03:08:12 -04:00
Zuhayr
2e545095f7 Readds drone held icon that got lost somewhere in merges.
Conflicts:
	icons/obj/objects.dmi
2014-05-12 03:05:41 -04:00