mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
[FEATURE] New chameleon pen for forging [signs] (#27128)
* Added a new item - Chameleon pen for Forging signatures and also made a new kit with it and chameleon stamp * Fixed shorted nemes and replaced spaces with tabs (I hope) * Last space fixed * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com> * Chameleon pen now have same discription as a regular pen, also retested evrething again. * Apply suggestions from code review and the one i missed by mistake Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com> * Update code/datums/uplink_items/uplink_general.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com> * Update code/datums/uplink_items/uplink_general.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com> * changed the cost. Added proper logs. Adjacency checks * removed duplicated code * Applied suggested changes from code review --------- Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -570,3 +570,10 @@
|
||||
/obj/item/storage/box/syndie_kit/decoy/populate_contents()
|
||||
for(var/i in 1 to 5)
|
||||
new /obj/item/grenade/firecracker/decoy(src)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/forgers_kit
|
||||
name = "\improper Forger's kit"
|
||||
|
||||
/obj/item/storage/box/syndie_kit/forgers_kit/populate_contents()
|
||||
new /obj/item/stamp/chameleon(src)
|
||||
new /obj/item/pen/chameleon(src)
|
||||
|
||||
Reference in New Issue
Block a user