mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Silly typo fix
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
return 1
|
||||
var/to_transfer as num
|
||||
if (user.get_inactive_hand()==src)
|
||||
var/desired = input("How much would you like to traansfer from this stack?", "How much?", 1) as null|num
|
||||
var/desired = input("How much would you like to transfer from this stack?", "How much?", 1) as null|num
|
||||
if(!desired)
|
||||
return
|
||||
desired = round(desired)
|
||||
|
||||
Reference in New Issue
Block a user