mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-30 16:16:17 +01:00
Bug Fixes
Ghosting medical hud Guest pass swallowing ID's
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
uid = "[rand(100,999)]-G[rand(10,99)]"
|
||||
|
||||
/obj/machinery/computer/guestpass/attackby(obj/O, mob/user)
|
||||
if(contents.len > 0)
|
||||
attack_hand(user)
|
||||
return
|
||||
if(istype(O, /obj/item/weapon/card/id))
|
||||
user.drop_item()
|
||||
O.loc = src
|
||||
|
||||
+1
-1
@@ -697,7 +697,7 @@ var/list/be_special_flags = list(
|
||||
#define IMPLOYAL_HUD 5 // loyality implant
|
||||
#define IMPCHEM_HUD 6 // chemical implant
|
||||
#define IMPTRACK_HUD 7 // tracking implant
|
||||
#define SPECIALROLE_HUD 9 // AntagHUD image
|
||||
#define SPECIALROLE_HUD 8 // AntagHUD image
|
||||
#define STATUS_HUD_OOC 9 // STATUS_HUD without virus db check for someone being ill.
|
||||
|
||||
//Pulse levels, very simplified
|
||||
|
||||
Reference in New Issue
Block a user