Skip to content

Commit

Permalink
forgot to remove these
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Oct 15, 2024
1 parent d326af2 commit b2da159
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion code/datums/action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@

/datum/action/item_action/nano_picket_sign
name = "Retext Nano Picket Sign"
var/obj/item/picket_sign/sign

/datum/action/item_action/nano_picket_sign/Trigger()
if(!istype(target, /obj/item/picket_sign))
Expand Down
6 changes: 0 additions & 6 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_HANDS_BLOCKED|AB_CHECK_IMMOBILE|AB_CHECK_LYING
icon_icon = 'icons/mob/actions/actions_items.dmi'
button_icon_state = "sniper_zoom"
var/obj/item/gun/gun = null

/datum/action/toggle_scope_zoom/Trigger()
if(!istype(target, /obj/item/gun) || !..())
Expand All @@ -1017,11 +1016,6 @@
var/obj/item/gun/gun = target
gun.zoom(owner, owner.dir)

/datum/action/toggle_scope_zoom/IsAvailable()
. = ..()
if(!. && gun)
gun.zoom(owner, owner.dir, FALSE)

/datum/action/toggle_scope_zoom/Remove(mob/user)
if(!istype(target, /obj/item/gun))
return ..()
Expand Down

0 comments on commit b2da159

Please sign in to comment.