mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-28 15:40:25 +01:00
Revert "12/10/23 - Map swap update" (#15593)
This commit is contained in:
@@ -132,14 +132,13 @@
|
||||
to_chat(user, "<span class='warning'>You MUST put the paper on a table!</span>")
|
||||
if (W.w_class < ITEMSIZE_LARGE)
|
||||
var/obj/item/I = user.get_inactive_hand()
|
||||
if(I && I.has_tool_quality(TOOL_WIRECUTTER))
|
||||
if(I.has_tool_quality(TOOL_WIRECUTTER))
|
||||
var/a_used = 2 ** (src.w_class - 1)
|
||||
if (src.amount < a_used)
|
||||
to_chat(user, "<span class='warning'>You need more paper!</span>")
|
||||
return
|
||||
else
|
||||
if(istype(W, /obj/item/smallDelivery) || istype(W, /obj/item/weapon/gift)) //No gift wrapping gifts!
|
||||
to_chat(user, "<span class='warning'>You can't wrap something that's already wrapped!</span>")
|
||||
return
|
||||
|
||||
src.amount -= a_used
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
desc = initial(desc) + " It's fitted with a prying head."
|
||||
icon_state = "jaws_pry"
|
||||
usesound = 'sound/items/jaws_pry.ogg'
|
||||
pry = 1
|
||||
tool_qualities = list(TOOL_CROWBAR)
|
||||
if(user)
|
||||
playsound(src, 'sound/items/change_jaws.ogg', 50, 1)
|
||||
@@ -64,7 +63,6 @@
|
||||
desc = initial(desc) + " It's fitted with a cutting head."
|
||||
icon_state = "jaws_cutter"
|
||||
usesound = 'sound/items/jaws_cut.ogg'
|
||||
pry = 0
|
||||
tool_qualities = list(TOOL_WIRECUTTER)
|
||||
if(user)
|
||||
playsound(src, 'sound/items/change_jaws.ogg', 50, 1)
|
||||
|
||||
Reference in New Issue
Block a user