Ren Erthilo
5f54641c82
TG: - Welding shards while on top of a stack of glass (with less than 50 sheets) now
...
adds the produced glass to the stack.
- Some runtime fixes r2919 Author: quartz235
2012-04-09 15:06:03 +01:00
Ren Erthilo
19cf6b3b47
TG: Adds a new special object (stop) that can be used when you need someone to stop
...
moving right away, even before the next life(). Used in door crushing to
prevent people from inertiaing through. Checks for /obj/special/stop in loc
every move. Compared to the number of other checks, I don't expect this to be
an undo burden, but can be commented out in case of OH SHIT LAG under heavy
load.
Moves /area/entered to its own file.
Adds a new area var called has_gravity. Determines if floor tiles count for
movement control (planning on adding more, currently can only be badmined)
Adds a new mob var called lastarea that is updated with the area you're in every
time /area/entered is called. r2917
Moves /obj/special/stop into /obj/effect/stop.
Thunks people when gravity changes. r2918
2012-04-09 14:35:18 +01:00
Ren Erthilo
4a39151e9e
TG: Renamed the prisoner computer's file to prisoner and added a sanity check.
...
The singularity is now able to eat things like signs and chameleon projectors'
projections.
A few other misc runtime fixes. r2916
2012-04-09 13:28:45 +01:00
Ren Erthilo
73f2c98e76
TG: Chemical Implant now correctly reads 15 Units. r2915
2012-04-09 12:55:22 +01:00
Ren Erthilo
c8fca21dab
TG: Blob ending number of blobs is now a var.
...
The nuke now properly checks to see if its on the station when it explodes and
most of the derp var has been removed from the bomb code. r2913
2012-04-09 12:54:15 +01:00
Ren Erthilo
eee2057453
TG: Shades now properly ghost people when they die.
...
Changed a nuke feedback back to what it was.
SMES code slightly cleaned up.
Removed a few of the HIGH VOLTAGE signs that were on grilles.
Added a san check to hydro to remove a runtime. r2910
2012-04-09 12:44:56 +01:00
Ren Erthilo
a548d23194
Adds confirmation to AI call shuttle verb.
2012-04-09 12:23:51 +01:00
Ren Erthilo
111e748c34
Merge branch 'master' of git://github.com/Baystation12/Baystation12
2012-04-09 11:24:10 +01:00
Ren Erthilo
dcc7b8e1dd
Reverted some changes. Clarified the admin messages.
2012-04-08 21:10:51 +01:00
Albert Iordache
f15bf584c4
Antagonists wearing Syndicate ID cards are now marked as such in the player panel. Fixes #800
2012-04-08 23:07:21 +03:00
Albert Iordache
86370f7d26
Admins are now warned when objective assignment fails. See #812
2012-04-08 22:47:28 +03:00
Albert Iordache
7049cd4391
Fixed a compilation error.
2012-04-08 21:24:23 +03:00
Albert Iordache
0f592970b9
Fixed a death implant-related runtime error
2012-04-08 21:09:09 +03:00
Albert Iordache
6e6fd14578
Fixed a blood drip related runtime error.
2012-04-08 20:54:57 +03:00
Albert Iordache
29d19df962
Trying to figure out a virus2 related runtime error
2012-04-08 20:45:35 +03:00
Ren Erthilo
ad590fbbc4
Fixes setting status display from comms console. Messages can now be sent to CentCom (admins) using comms console, and the Syndicate (also admins) when emagged. This functions like a prayer.
2012-04-08 12:20:14 +01:00
Ren Erthilo
d14a05f7b0
Hotfix for virology.
2012-04-08 09:23:49 +01:00
Ren Erthilo
9c0ff3844b
Readds remote control links to air alarms. Fixes implant messages. Reduce PDA flashlight range.
2012-04-08 08:21:04 +01:00
Ren Erthilo
2cabc9ccda
Reclarifies malf AI laws.
2012-04-08 08:13:14 +01:00
Ren Erthilo
61cc933a38
Merge branch 'master' of git://github.com/Baystation12/Baystation12
2012-04-08 08:06:03 +01:00
Travis Whitehead
fa1b9855d3
Added game kit to crew quarters + Fixed genetics inner shutters
2012-04-08 09:22:14 +03:00
Travis Whitehead
7c2d3979ff
Set malf AI laws to default, so players don't metagame seeing asimov.
2012-04-08 09:18:21 +03:00
cib
007b4849de
Bugfix: No, new/list is not a way to create lists! (Probably fixes virology)
2012-04-07 20:28:43 -07:00
Ren Erthilo
5a3ba543e4
Merge branch 'master' of git://github.com/Baystation12/Baystation12
2012-04-07 22:29:13 +01:00
Ren Erthilo
36991d7644
Adds a variety of cool belt bags. Fixes chemist jumpsuit world icon.
2012-04-07 19:46:49 +01:00
Head
844300f0f9
Fixed admin jump/get mob
2012-04-07 17:41:03 +02:00
Ren Erthilo
d52701ee84
Adds objects: office chairs, feathery pen, glass and normal research airlocks, showers, styrofoam cups. Adds clothes: Fez, cheerleader outfits, captain mal uniform, hazmat suits, wedding dress, AI bliss icon. New icons for captain, head of security, security, and warden's lockers.
2012-04-07 09:58:54 +01:00
Albert Iordache
e285612c4f
Moved the age var from humans to /mob/living
2012-04-07 00:24:53 +03:00
Albert Iordache
324a024d52
Commented out the no name check for mobs in proc/getmobs(). Too annoying
2012-04-06 23:52:12 +03:00
Albert Iordache
2c6660d665
Merge pull request #796 from SkyMarshal/Airlocks
...
Made transformations between mobs with organs work better. Destroying a limb removes implants. Implants now go where you select. Fixed some runtimes and retardedness.
2012-04-06 09:59:14 -07:00
SkyMarshal
5b3ad2a925
Made transformations between mobs with organs work better. Destroying a limb removes implants. Implants now go where you select. Fixed some runtimes and retardedness.
2012-04-05 21:55:41 -07:00
Albert Iordache
7dc33d5fa0
Merge pull request #793 from comma/master
...
Removed siren. At least until some not-annoying sample will be introduced.
2012-04-05 10:30:05 -07:00
comma
cbc24f583e
Removed siren
...
People hated it :(
Maybe will make it togglable from comms console sometime.
2012-04-05 17:56:08 +03:00
CIB
4481fb7b88
Merge pull request #791 from SkyMarshal/Airlocks
...
Further improved stuff for dealing with associative lists. You can now modify the contents of an associative list. Removed static background noise. Added CarbonCopy command from oldcode. Small timestamp change.
2012-04-05 07:29:15 -07:00
SkyMarshal
e8f5e13bd2
Further improved stuff for dealing with associative lists. You can now modify the contents of an associative list. Removed static background noise. Added CarbonCopy command from oldcode.
2012-04-04 23:02:24 -07:00
SkyMarshal
9b1f50bf35
Merge branch 'master' of github.com:Baystation12/Baystation12 into Airlocks
2012-04-04 19:58:59 -07:00
SkyMarshal
9b80544204
Small timestamp change
2012-04-04 19:58:44 -07:00
cib
66447b2b39
Added virus epidemic mode.
...
- Mode will only start with at least one doctor at round start(CMO or MD)
- Lethal vira won't spawn anymore outside this mode
2012-04-04 19:27:31 -07:00
Ren Erthilo
f0a819131b
Refixes AI Alarm ID problem.
2012-04-04 20:37:20 +01:00
Ren Erthilo
ebebfaabb3
Merge branch 'master' of git://github.com/Baystation12/Baystation12 into TGUpdates
...
Conflicts:
code/modules/mob/mob_defines.dm
2012-04-04 20:19:23 +01:00
CIB
0e4690938b
Merge pull request #786 from SkyMarshal/Airlocks
...
Adds dismemberment to Tajarans and Monkeys. Added some sanity checks to prevent people from punching you when they are missing hands. Fixed more wound stuff. Some examine fixes.
2012-04-04 05:21:54 -07:00
SkyMarshal
f009f9928c
More fixes and improvements. Removed several "src."s, added some proper sorting for mobs on player lists stuff and admin stuff. Added a timestamp to player info/notes, made flavor text play nice with the new examine system. Nerfed stunning against armored targets.
2012-04-03 21:22:21 -07:00
Ren Erthilo
478a462e3a
Merge branch 'master' of git://github.com/Baystation12/Baystation12 into TGUpdates
2012-04-03 19:42:41 +01:00
Mloc
238a2e99a8
Merge pull request #785 from comma/master
...
Sirens not haunting you after shuttle gets recalled.
2012-04-03 03:17:45 -07:00
SkyMarshal
9e694e545b
Some more changes/improvements. Proper torso sprite for monkeys
2012-04-02 21:52:30 -07:00
SkyMarshal
5b20f6a2fd
Adds dismemberment to Tajarans and Monkeys. Added some sanity checks to prevent you from punching you when they are missing hands. Fixed more wound stuff. Some examine fixes. Adds a hasorgans proc which checks if the given argument is a mob with organs. Fixed pathing for guncode.
2012-04-02 19:44:43 -07:00
comma
77a71abdc7
Fix: Siren sound now not playing after shuttle been recalled.
...
If you called shuttle and then recalled it, you had to listen to the siren anyway, every 90 seconds till the round end.
2012-04-02 23:00:09 +03:00
SkyMarshal
0bc5215944
Merge pull request #779 from Erthilo/master
...
Adds more notice boards, CE space suit, patient gowns. Fixes chef apron and hot chocolate sprites.
2012-04-02 10:40:20 -07:00
Ren Erthilo
f4018ccf73
Fixes being able to devour monkeys as a human.
2012-04-02 18:34:47 +01:00
Ren Erthilo
5829378d8a
Merge branch 'master' of github.com:Erthilo/Baystation12
2012-04-02 02:53:57 +01:00