Merge pull request #36198 from Cruix/disease_fixes

Disease fixes
This commit is contained in:
vuonojenmustaturska
2018-03-08 00:03:35 +02:00
committed by CitadelStationBot
parent 4d0b7133c8
commit 5cfc5f3730
4 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -826,7 +826,7 @@
//returns 1 to let the dragdrop code know we are trapping this event
//returns 0 if we don't plan to trap the event
/datum/admins/proc/cmd_ghost_drag(mob/dead/observer/frommob, mob/living/tomob)
/datum/admins/proc/cmd_ghost_drag(mob/dead/observer/frommob, mob/tomob)
//this is the exact two check rights checks required to edit a ckey with vv.
if (!check_rights(R_VAREDIT,0) || !check_rights(R_SPAWN|R_DEBUG,0))