mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Laser Shotguns (#9033)
This commit is contained in:
@@ -217,3 +217,14 @@ Pins Below.
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
||||
/obj/item/device/firing_pin/away_site
|
||||
name = "away site firing pin"
|
||||
desc = "This access locked firing pin allows weapons to be fired only when the user is not on-station."
|
||||
fail_message = "<span class='warning'>USER ON STATION LEVEL.</span>"
|
||||
|
||||
/obj/item/device/firing_pin/access/pin_auth(mob/living/user)
|
||||
if(!isStationLevel(src.z))
|
||||
return TRUE
|
||||
else
|
||||
return FALSE
|
||||
Reference in New Issue
Block a user