Merge pull request #6645 from DeityLink/fixbiruz

Fixing Eye Lasers
This commit is contained in:
Rob Nelson
2015-11-18 02:11:32 -08:00
5 changed files with 10 additions and 0 deletions

View File

@@ -291,7 +291,12 @@
LE.current = T LE.current = T
LE.yo = U.y - T.y LE.yo = U.y - T.y
LE.xo = U.x - T.x LE.xo = U.x - T.x
LE.starting = T
LE.original = A
LE.target = U
spawn( 1 ) spawn( 1 )
LE.OnFired()
LE.process() LE.process()
/mob/living/carbon/human/LaserEyes() /mob/living/carbon/human/LaserEyes()

View File

@@ -0,0 +1,5 @@
author: Deity Link
delete-after: true
changes:
- bugfix: Fixed wizard eye lasers being invisible.
- imageadd: Added id-slot on-mob sprites for all PDAs.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 19 KiB