mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MIRROR] Adds spaces around logical operators [MDB IGNORE] (#18776)
* Adds spaces around logical operators * Update code/modules/admin/verbs/admingame.dm Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
co-authored by
Jeremiah
Tom
parent
b2e7e489cb
commit
c5ca08fd01
@@ -156,7 +156,7 @@
|
||||
/obj/item/fireaxe = 50,
|
||||
/obj/item/hatchet = 35,
|
||||
/obj/item/knife/butcher = 25,
|
||||
/obj/item = 20) //20% success (sort of) with any sharp item with a force>=10
|
||||
/obj/item = 20) //20% success (sort of) with any sharp item with a force >= 10
|
||||
time = 54
|
||||
preop_sound = list(
|
||||
/obj/item/circular_saw = 'sound/surgery/saw.ogg',
|
||||
|
||||
Reference in New Issue
Block a user