mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
A bunch of bug fixes
-fixed space ninjas not being able to charge directly from power cells - fixes #2139 -'fixed' Distro/Waste Monitors not displaying pressure read out when sensor was reading zero pressure - fixes # 227 -removed the canmove check on camera consoles - fixes #490 -Fixed stealmin's real ckeys showing in the admin-pm reply dialog's title - partially fixes #2163 -Fixed people buckled to chairs not dropping their items when appropriate (like when dead) - fixes #2172 -Fixed people being able to use uplink functions whilst stunned/dead/etc - fixes #2144
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
if(prefs.muted & MUTE_ADMINHELP)
|
||||
src << "<font color='red'>Error: Admin-PM: You are unable to use admin PM-s (muted).</font>"
|
||||
return
|
||||
|
||||
|
||||
var/client/C
|
||||
if(istext(whom))
|
||||
C = directory[whom]
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
//get message text, limit it's length.and clean/escape html
|
||||
if(!msg)
|
||||
msg = input(src,"Message:", "Private message to [C.key]") as text|null
|
||||
msg = input(src,"Message:", "Private message to [key_name(C, 0, 0)]") as text|null
|
||||
|
||||
if(!msg) return
|
||||
if(!C)
|
||||
|
||||
Reference in New Issue
Block a user