mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 18:41:59 +00:00
TG: Added checks for the player being dead, stunned, unconcious ect... to:
- Timers - Remote Signallers (Fixes issue 325 ) - Proximity Sensors - Infared Sensors (Man.. these really need to be fixed.. or just re-done entierly) Cargo shuttle: - People in the area of the cargo shuttle get gibbed when the shuttle shows up. (Fixes issue 508 ) - Renamed 'Dock' to 'Away' because Station -> Dock is confusing... Committing for Sieve: - The toggle throw hotkey (end) now works with TK (Fixes issue 523 ) - Borg diamond drills now properly dig sand (I still don't understand why they don't just have a shovel...) Updated changelog to reflect some of these changes. Revision: r3747 Author: johnsonmt88
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//This file was auto-corrected by findeclaration.exe on 29/05/2012 15:03:05
|
||||
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
|
||||
|
||||
/obj/item/device/assembly/timer
|
||||
name = "timer"
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
Topic(href, href_list)
|
||||
..()
|
||||
if(get_dist(src, usr) > 1)
|
||||
if(!usr.canmove || usr.stat || usr.restrained() || !in_range(loc, usr))
|
||||
usr << browse(null, "window=timer")
|
||||
onclose(usr, "timer")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user